Skip to content

Commit f4702f4

Browse files
authored
test(NODE-4585): ensure empty aws env variables (#3393)
1 parent ddcfa49 commit f4702f4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.evergreen/config.in.yml

+3
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,9 @@ functions:
619619
working_dir: "src"
620620
script: |
621621
${PREPARE_SHELL}
622+
# Write an empty prepare_mongodb_aws so no auth environment variables
623+
# are set.
624+
echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
622625
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
623626
. ./activate_venv.sh
624627
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js

.evergreen/config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,9 @@ functions:
584584
working_dir: src
585585
script: |
586586
${PREPARE_SHELL}
587+
# Write an empty prepare_mongodb_aws so no auth environment variables
588+
# are set.
589+
echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
587590
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
588591
. ./activate_venv.sh
589592
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js

0 commit comments

Comments
 (0)