Skip to content

Commit 2ba1c32

Browse files
zhsjthaJeztah
authored andcommitted
ci: set pipefail in zuul script
Otherwise the exit code is always 0 Signed-off-by: Shengjing Zhu <[email protected]> (cherry picked from commit f3090ce) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 8fba4e9 commit 2ba1c32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .zuul/playbooks/containerd-build

.zuul/playbooks/containerd-build/run.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
shell:
99
cmd: |
1010
set -xe
11+
set -o pipefail
1112
apt-get update
1213
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
1314

0 commit comments

Comments
 (0)