Merge pull request #3944 from zhsj/fix-openlabci
ci: set pipefail in zuul script
This commit is contained in:
commit
8b3ef5fb20
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user