Skip to content

Commit f3090ce

Browse files
committed
ci: set pipefail in zuul script
Otherwise the exit code is always 0 Signed-off-by: Shengjing Zhu <[email protected]>
1 parent 0d276ec commit f3090ce

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)