Skip to content

Commit c1b1e75

Browse files
committed
chore: temporary point at new tools branch
1 parent 5c463f9 commit c1b1e75

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
@@ -11,7 +11,7 @@ export DRIVERS_TOOLS
1111

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

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

0 commit comments

Comments
 (0)