DIRACGrid / diracx-charts

Helm charts for running DiracX
1 stars 18 forks source link

Make demo script more portable and CI friendly #29

Closed chrisburr closed 1 year ago

chrisburr commented 1 year ago

By default macOS comes with an ancient version of bash (as zsh is the "preffered" shell). Normally I'd advocate for sticking to POSIX-sh for compatibility but the demo script is complex enough that it's nice to use actual bash and deal with the platform specificities.