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 bc0757d commit 45c87b8Copy full SHA for 45c87b8
.evergreen/prepare-shell.sh
@@ -32,7 +32,7 @@ export PATH="$MONGODB_BINARIES:$PATH"
32
33
if [ ! -d "$DRIVERS_TOOLS" ]; then
34
# Only clone driver tools if it does not exist
35
- git clone --depth=1 --branch DRIVERS-3019-py38 "https://github.com/blink1073/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
+ git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
36
fi
37
38
echo "installed DRIVERS_TOOLS from commit $(git -C "${DRIVERS_TOOLS}" rev-parse HEAD)"
0 commit comments