Skip to content

Commit ac27ed0

Browse files
committed
chore: remove tools branch
1 parent ef1e087 commit ac27ed0

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
@@ -32,7 +32,7 @@ export PATH="$MONGODB_BINARIES:$PATH"
3232

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

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

0 commit comments

Comments
 (0)