Commit 49e48d9
fix(ci): handle sagefs --help non-zero exit code
sagefs --help returns exit code 1 (Argu convention), which
kills the pipeline under bash set -eo pipefail. Capture
help text first with || true, then grep the captured string.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4e1e8c6 commit 49e48d9
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments