Skip to content

Commit d37c1bb

Browse files
authored
RUST-1456 Ensure credentials from prior test runs are not used in EC2 AWS auth test (#737)
1 parent 569dca4 commit d37c1bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ functions:
204204
working_dir: "src"
205205
script: |
206206
${PREPARE_SHELL}
207+
# Write an empty prepare_mongodb_aws so no auth environment variables
208+
# are set.
209+
echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
207210
ASYNC_RUNTIME=${ASYNC_RUNTIME} .evergreen/run-aws-tests.sh
208211
209212
"run aws auth test with aws credentials as environment variables":

0 commit comments

Comments
 (0)