Skip to content

Commit 901f888

Browse files
committed
test azure oidc fix
1 parent 7b7d10f commit 901f888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/configure-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ EOT
7676

7777
# Write the .env file for drivers-tools.
7878
rm -rf $DRIVERS_TOOLS
79-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
79+
git clone --branch aws-output-file https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
8080

8181
cat <<EOT > ${DRIVERS_TOOLS}/.env
8282
SKIP_LEGACY_SHELL=1

0 commit comments

Comments
 (0)