Skip to content

Commit 547dd76

Browse files
committed
2 parents f4b3ddc + 73139a4 commit 547dd76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ fi
2727
# Set environment variable to the cloned repo for resync-specs.sh
2828
export MDB_SPECS="$SPEC_SRC"
2929

30-
3130
# Check that resync script exists and is executable
3231
if [[ ! -x $SCRIPT ]]; then
3332
echo "Error: $SCRIPT not found or is not executable."
3433
exit 1
3534
fi
3635

37-
git pull
38-
3936
# List to store names of specs that were changed or errored during change
4037
changed_specs=()
4138
errored_specs=()

0 commit comments

Comments
 (0)