From e94c2ad4e34dae1a1d520ff992759e020a343101 Mon Sep 17 00:00:00 2001 From: "scriptalert('xss')/script" Date: Tue, 13 Jan 2026 00:15:31 +0530 Subject: [PATCH] Update resync-all-specs.sh --- .evergreen/scripts/resync-all-specs.sh | 3 +++ 1 file changed, 3 insertions(+) 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