Skip to content

Commit 67f4ae8

Browse files
try propagating exit value
1 parent 47f7034 commit 67f4ae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/run_build_docs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ echo "inside $0"
77
# wait until subprocesses finish (build_docs.sh)
88
wait
99

10-
exit 0
10+
RET="$?"
11+
12+
exit "$RET"

0 commit comments

Comments
 (0)