Skip to content

Commit 313120a

Browse files
committed
script should exit if fail
1 parent b8fdcc1 commit 313120a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.evergreen/scripts/resync-all-specs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
# Run spec syncing script and create PR
3+
set -eu
34

45
# SETUP
56
SRC_URL="https://github.com/mongodb/specifications.git"

0 commit comments

Comments
 (0)