Skip to content

Commit 661d03f

Browse files
committed
Azure: set -eu -o pipefail
Lol, that's not the default. We previously had `script` where it was the default. Introduced in #2615
1 parent 8f93e01 commit 661d03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
displayName: Cache Python Libraries
7373

7474
- bash: |
75+
set -eu -o pipefail
7576
cat /proc/cpuinfo | grep "model name" | sort -u
7677
df -h
7778
sudo apt install -y ccache curl gcc gfortran git g++ openmpi-bin libopenmpi-dev \
@@ -109,6 +110,7 @@ jobs:
109110
displayName: 'Install dependencies'
110111
111112
- bash: |
113+
set -eu -o pipefail
112114
df -h
113115
./run_test.sh
114116
rm -rf ${WARPX_CI_TMP}

0 commit comments

Comments
 (0)