Skip to content

Commit

Permalink
test: use drivers tools master
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 26, 2023
1 parent 1a130e6 commit 4f867bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/prepare-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export PATH="$MONGODB_BINARIES:$PATH"

if [ ! -d "$DRIVERS_TOOLS" ]; then
# Only clone driver tools if it does not exist
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}"
fi

cat <<EOT > "$MONGO_ORCHESTRATION_HOME/orchestration.config"
Expand Down

0 comments on commit 4f867bb

Please sign in to comment.