ci: set pipefail in zuul script
Otherwise the exit code is always 0 Signed-off-by: Shengjing Zhu <zhsj@debian.org>
This commit is contained in:
parent
0d276ece0e
commit
f3090ce80f
@ -8,6 +8,7 @@
|
||||
shell:
|
||||
cmd: |
|
||||
set -xe
|
||||
set -o pipefail
|
||||
apt-get update
|
||||
apt-get install -y btrfs-tools libseccomp-dev git pkg-config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user