diff --git a/.evergreen/scripts/resync-all-specs.sh b/.evergreen/scripts/resync-all-specs.sh index 41e4a2bc73..c4378cc83c 100755 --- a/.evergreen/scripts/resync-all-specs.sh +++ b/.evergreen/scripts/resync-all-specs.sh @@ -8,6 +8,9 @@ SRC_URL="https://github.com/mongodb/specifications.git" SPEC_SRC="$(realpath "../specifications")" SCRIPT="$(realpath "./.evergreen/resync-specs.sh")" + +aws sts get-caller-identity + # Clone the spec repo if the directory does not exist if [[ ! -d $SPEC_SRC ]]; then git clone $SRC_URL $SPEC_SRC