Skip to content

Commit eb11ee2

Browse files
authored
GODRIVER-3117 Ensure secrets are not logged in Evergreen #1542 (#1544)
1 parent a2e5cba commit eb11ee2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ functions:
376376
type: test
377377
params:
378378
shell: "bash"
379+
silent: true
379380
working_dir: src/go.mongodb.org/mongo-driver
380381
script: |
381382
# DO NOT ECHO WITH XTRACE
@@ -406,6 +407,7 @@ functions:
406407
type: test
407408
params:
408409
shell: "bash"
410+
silent: true
409411
working_dir: src/go.mongodb.org/mongo-driver
410412
script: |
411413
# DO NOT ECHO WITH XTRACE
@@ -470,6 +472,7 @@ functions:
470472
type: test
471473
params:
472474
shell: "bash"
475+
silent: true
473476
working_dir: src/go.mongodb.org/mongo-driver
474477
script: |
475478
${PREPARE_SHELL}
@@ -590,7 +593,6 @@ functions:
590593
MONGODB_URI="${SERVERLESS_URI}" \
591594
SERVERLESS="serverless" \
592595
SERVERLESS_ATLAS_USER="${SERVERLESS_ATLAS_USER}" \
593-
SERVERLESS_ATLAS_PASSWORD="${SERVERLESS_ATLAS_PASSWORD}" \
594596
MAKEFILE_TARGET=evg-test-serverless \
595597
sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
596598
@@ -954,6 +956,7 @@ functions:
954956
type: test
955957
params:
956958
shell: "bash"
959+
silent: true
957960
working_dir: src/go.mongodb.org/mongo-driver
958961
script: |
959962
${PREPARE_SHELL}
@@ -982,6 +985,7 @@ functions:
982985
type: test
983986
params:
984987
shell: "bash"
988+
silent: true
985989
working_dir: src/go.mongodb.org/mongo-driver
986990
script: |
987991
${PREPARE_SHELL}
@@ -1989,6 +1993,7 @@ tasks:
19891993
type: test
19901994
params:
19911995
shell: "bash"
1996+
silent: true
19921997
working_dir: src/go.mongodb.org/mongo-driver
19931998
script: |
19941999
${PREPARE_SHELL}

0 commit comments

Comments
 (0)