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
Problem right now: bash (at least on ubunut-24.04 gha runner), when is run in sh compat mode (i.e. sees the sh shebang), gets angry and quits whenever it sees -o pipefail.
Maybe in the future it gets resoved. Then I'll add -o pipefail back.
The text was updated successfully, but these errors were encountered:
All scripts should specify
-o pipefail
.Problem right now: bash (at least on
ubunut-24.04
gha runner), when is run insh
compat mode (i.e. sees thesh
shebang), gets angry and quits whenever it sees-o pipefail
.Maybe in the future it gets resoved. Then I'll add
-o pipefail
back.The text was updated successfully, but these errors were encountered: