Skip to content

Commit b6efc93

Browse files
committed
Stop if any of the builds is failing
1 parent f1a5ed0 commit b6efc93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/buildall-apidocs

Lines changed: 4 additions & 1 deletion
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)