Skip to content

Commit 7ed2567

Browse files
Remove mongoproxy branch checkout
1 parent 2c98aec commit 7ed2567

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.evergreen/setup-system.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ fi
4747

4848
# Ensure a checkout of drivers-tools.
4949
if [ ! -d "$DRIVERS_TOOLS" ]; then
50-
#git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
51-
git clone -b DRIVERS-2884-mongoproxy https://github.com/prestonvasquez/drivers-evergreen-tools $DRIVERS_TOOLS
50+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
5251
fi
5352

5453
# Write the .env file for drivers-tools.

0 commit comments

Comments
 (0)