Skip to content

Commit 5373844

Browse files
committed
use upstream
1 parent 04acc4b commit 5373844

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.evergreen/scripts/configure-env.sh

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

9090
# Write the .env file for drivers-tools.
9191
rm -rf $DRIVERS_TOOLS
92-
git clone --branch aws-output-file https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
92+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
9393

9494
cat <<EOT > ${DRIVERS_TOOLS}/.env
9595
SKIP_LEGACY_SHELL=1

.evergreen/scripts/run-aws-ecs-auth-test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ set -ex
99
cd "$DRIVERS_TOOLS"/.evergreen/auth_aws
1010
. ./activate-authawsvenv.sh
1111
. aws_setup.sh ecs
12-
export MONGODB_BINARIES="$MONGODB_BINARIES"
13-
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
14-
python aws_tester.py ecs
1512
cd -

0 commit comments

Comments
 (0)