Merge pull request #3944 from zhsj/fix-openlabci

ci: set pipefail in zuul script
This commit is contained in:
Michael Crosby
2020-01-08 11:03:12 -05:00
committed by GitHub

View File

@@ -8,6 +8,7 @@
shell: shell:
cmd: | cmd: |
set -xe set -xe
set -o pipefail
apt-get update apt-get update
apt-get install -y btrfs-tools libseccomp-dev git pkg-config apt-get install -y btrfs-tools libseccomp-dev git pkg-config