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 906c3a3 commit 3811ce0Copy full SHA for 3811ce0
.evergreen/.evg.yml
@@ -418,6 +418,8 @@ functions:
418
working_dir: "src"
419
script: |
420
${PREPARE_SHELL}
421
+ # Write an empty prepare_mongodb_aws so no auth environment variables are set.
422
+ echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
423
JAVA_VERSION=${JAVA_VERSION} .evergreen/run-mongodb-aws-test.sh
424
425
"run aws auth test with aws credentials as environment variables":
0 commit comments