Skip to content

Commit

Permalink
chore: temporary point at new tools branch
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 14, 2025
1 parent ef4e52a commit 9bb5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/prepare-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export DRIVERS_TOOLS

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=1 --branch NODE-6636 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
fi

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

0 comments on commit 9bb5080

Please sign in to comment.