Skip to content

Commit b6efc93

Browse files
committedFeb 11, 2025··
Stop if any of the builds is failing
1 parent f1a5ed0 commit b6efc93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎scripts/buildall-apidocs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#!/bin/sh
1+
#!/bin/bash
2+
3+
set -o errexit
4+
set -o pipefail
25

36
cd $(dirname "$0")
47

0 commit comments

Comments
 (0)
Please sign in to comment.