Skip to content

Commit a2a4369

Browse files
set -e to catch errors (#2643)
1 parent 30e49fa commit a2a4369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/pipeline/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- script: sudo apt-get update && sudo apt-get install -y clang-format pandoc
6666
displayName: 'apt-get'
6767
- script: |
68+
set -e
6869
pip install daal-devel impi-devel
6970
pip install -r dependencies-dev
7071
pip install -r requirements-doc.txt

0 commit comments

Comments
 (0)