Skip to content

Commit 19ddbed

Browse files
committed
test: use drivers tools master
1 parent ac8f7cc commit 19ddbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/prepare-shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export PATH="$MONGODB_BINARIES:$PATH"
3131

3232
if [ ! -d "$DRIVERS_TOOLS" ]; then
3333
# 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}"
34+
git clone --depth=1 "https://github.com/mongodb-labs/drivers-evergreen-tools.git" "${DRIVERS_TOOLS}"
3535
fi
3636

3737
cat <<EOT > "$MONGO_ORCHESTRATION_HOME/orchestration.config"

0 commit comments

Comments
 (0)