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:
Shengjing Zhu 2020-01-08 13:50:20 +08:00
parent 0d276ece0e
commit f3090ce80f

View File

@ -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