Skip to content

Commit 9bb5080

Browse files
committed
chore: temporary point at new tools branch
1 parent ef4e52a commit 9bb5080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/prepare-shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export DRIVERS_TOOLS
1212

1313
if [ ! -d "$DRIVERS_TOOLS" ]; then
1414
# Only clone driver tools if it does not exist
15-
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
15+
git clone --depth=1 --branch NODE-6636 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
1616
fi
1717

1818
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"

0 commit comments

Comments
 (0)