Skip to content

Commit 947d517

Browse files
committed
test: use steve's branch
1 parent 643a875 commit 947d517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/prepare-shell.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export PATH="$MONGODB_BINARIES:$PATH"
3131

3232
if [ ! -d "$DRIVERS_TOOLS" ]; then
3333
# Only clone driver tools if it does not exist
34-
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
34+
git clone --depth=5 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
35+
git checkout 8e4f0db5de39305595274cb0a5f2ae196eb1bf94
3536
fi
3637

3738
echo "installed DRIVERS_EVERGREEN_TOOLS from commit $(git -C $DRIVERS_EVERGREEN_TOOLS rev-parse HEAD)"

0 commit comments

Comments
 (0)