From f1ec0029cdc17ca105d24c8c26ca1151564d39dc Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Tue, 24 Sep 2024 23:55:34 +0200 Subject: [PATCH] test: use steve's branch --- .evergreen/prepare-shell.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.evergreen/prepare-shell.sh b/.evergreen/prepare-shell.sh index f3f8ffad197..0414cba13fa 100644 --- a/.evergreen/prepare-shell.sh +++ b/.evergreen/prepare-shell.sh @@ -31,7 +31,10 @@ export PATH="$MONGODB_BINARIES:$PATH" if [ ! -d "$DRIVERS_TOOLS" ]; then # Only clone driver tools if it does not exist - git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" + git clone --depth=5 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}" + cd "${DRIVERS_TOOLS}" + git checkout 8e4f0db5de39305595274cb0a5f2ae196eb1bf94 + cd - fi echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)"