Skip to content

Commit 29f2c5e

Browse files
committed
ci: Exit early if 'Install dependencies' task fails.
1 parent 5345ab7 commit 29f2c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ steps:
5353
condition: and(succeeded(), eq(variables['python.version'], 'Pre'))
5454

5555
- bash: |
56+
set -e
5657
case "$(python -c 'import sys; print(sys.platform)')" in
5758
linux)
5859
sudo apt-get update

0 commit comments

Comments
 (0)