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 33c23b5 commit 8858932Copy full SHA for 8858932
.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 --depth=1 --branch NODE-4693 "https://github.com/mongodb-labs/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