We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8abff commit 92a6021Copy full SHA for 92a6021
.evergreen/setup-system.sh
@@ -47,7 +47,8 @@ fi
47
48
# Ensure a checkout of drivers-tools.
49
if [ ! -d "$DRIVERS_TOOLS" ]; then
50
- git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
+ #git clone https://github.com/mongodb-labs/drivers-evergreen-tools $DRIVERS_TOOLS
51
+ git clone -b perfcomp https://github.com/zhouselena/drivers-evergreen-tools.git $DRIVERS_TOOLS
52
fi
53
54
# Write the .env file for drivers-tools.
0 commit comments