Skip to content

Commit 3811ce0

Browse files
authored
Write empty prepare_mongodb_aws so no auth environment variables are set (#994)
JAVA-4714
1 parent 906c3a3 commit 3811ce0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@ functions:
418418
working_dir: "src"
419419
script: |
420420
${PREPARE_SHELL}
421+
# Write an empty prepare_mongodb_aws so no auth environment variables are set.
422+
echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
421423
JAVA_VERSION=${JAVA_VERSION} .evergreen/run-mongodb-aws-test.sh
422424
423425
"run aws auth test with aws credentials as environment variables":

0 commit comments

Comments
 (0)