You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
batchspawner/batchspawner: Don't use -o pipefail in /bin/sh scripts
- `-o pipefail` is a bashism, so that the spawner scripts that use
`/bin/sh` can't possibly work if it's not linked to bash. As a
immediate workaround, remove the option on the non-bash scripts. A
long-term plan will come later.
- Closes: #184, Discussion: #184
- Fixes up: #177
- Follow-up in: #188
0 commit comments