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 1a130e6 commit 4f867bbCopy full SHA for 4f867bb
.evergreen/prepare-shell.sh
@@ -31,7 +31,7 @@ export PATH="$MONGODB_BINARIES:$PATH"
31
32
if [ ! -d "$DRIVERS_TOOLS" ]; then
33
# Only clone driver tools if it does not exist
34
- git clone --branch DRIVERS-2416 --depth=1 "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}"
35
fi
36
37
cat <<EOT > "$MONGO_ORCHESTRATION_HOME/orchestration.config"
0 commit comments