Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use -o pipefail #4

Open
bartekpacia opened this issue Aug 27, 2024 · 0 comments
Open

Use -o pipefail #4

bartekpacia opened this issue Aug 27, 2024 · 0 comments

Comments

@bartekpacia
Copy link
Owner

All scripts should specify -o pipefail.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant