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 04acc4b commit 5373844Copy full SHA for 5373844
.evergreen/scripts/configure-env.sh
@@ -89,7 +89,7 @@ EOT
89
90
# Write the .env file for drivers-tools.
91
rm -rf $DRIVERS_TOOLS
92
-git clone --branch aws-output-file https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
+git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
93
94
cat <<EOT > ${DRIVERS_TOOLS}/.env
95
SKIP_LEGACY_SHELL=1
.evergreen/scripts/run-aws-ecs-auth-test.sh
@@ -9,7 +9,4 @@ set -ex
9
cd "$DRIVERS_TOOLS"/.evergreen/auth_aws
10
. ./activate-authawsvenv.sh
11
. aws_setup.sh ecs
12
-export MONGODB_BINARIES="$MONGODB_BINARIES"
13
-export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
14
-python aws_tester.py ecs
15
cd -
0 commit comments