Skip to content

Commit

Permalink
GODRIVER-3115 Ensure secrets are not logged in Evergreen (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 5, 2024
1 parent bea7924 commit 837655d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ functions:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
# DO NOT ECHO WITH XTRACE
Expand Down Expand Up @@ -412,6 +413,7 @@ functions:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
# DO NOT ECHO WITH XTRACE
Expand Down Expand Up @@ -495,6 +497,7 @@ functions:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
${PREPARE_SHELL}
Expand Down Expand Up @@ -615,7 +618,6 @@ functions:
MONGODB_URI="${SERVERLESS_URI}" \
SERVERLESS="serverless" \
SERVERLESS_ATLAS_USER="${SERVERLESS_ATLAS_USER}" \
SERVERLESS_ATLAS_PASSWORD="${SERVERLESS_ATLAS_PASSWORD}" \
MAKEFILE_TARGET=evg-test-serverless \
sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
Expand Down Expand Up @@ -1111,6 +1113,7 @@ functions:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
${PREPARE_SHELL}
Expand Down Expand Up @@ -1139,6 +1142,7 @@ functions:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
${PREPARE_SHELL}
Expand Down Expand Up @@ -2170,6 +2174,7 @@ tasks:
type: test
params:
shell: "bash"
silent: true
working_dir: src/go.mongodb.org/mongo-driver
script: |
${PREPARE_SHELL}
Expand Down

0 comments on commit 837655d

Please sign in to comment.