Skip to content

Commit 353814d

Browse files
jeplerdpgeorge
authored andcommitted
tools/ci.sh: Fix missing set -e when run as a script.
This is needed to correctly stop after an error in a CI step when running `ci.sh` as a script. Signed-off-by: Jeff Epler <[email protected]>
1 parent 8757eb7 commit 353814d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,7 @@ function _ci_main {
10111011
_ci_help
10121012
;;
10131013
(*)
1014+
set -e
10141015
cd $(dirname "$0")/..
10151016
while [ $# -ne 0 ]; do
10161017
ci_$1

0 commit comments

Comments
 (0)