File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -619,6 +619,9 @@ functions:
619
619
working_dir : " src"
620
620
script : |
621
621
${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"
622
625
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
623
626
. ./activate_venv.sh
624
627
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
Original file line number Diff line number Diff line change @@ -584,6 +584,9 @@ functions:
584
584
working_dir : src
585
585
script : |
586
586
${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"
587
590
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
588
591
. ./activate_venv.sh
589
592
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
You can’t perform that action at this time.
0 commit comments