Commit 1df43a6
Matthew Fisher
fix(builder): error on pipefail
In newer refactors of the builder, some commands are piped. In bash,
the last command's exit code in the pipe is considered. With
`set -o pipefail`, any command that fails in the pipe means that it's a
non-zero pipe fail, which is what we expect to occur.1 parent d93383d commit 1df43a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments