Skip to content

Commit 68cbb9e

Browse files
committed
Problem: snowballing
Solution: stop bash on first error
1 parent 83f8548 commit 68cbb9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

33
set -x
4+
set -e
45

56
install_zeromq() {
67
pushd .

0 commit comments

Comments
 (0)