File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments