Skip to content

Commit 6719166

Browse files
authored
GODRIVER-3118 Ensure secrets are not logged in Evergreen (#1540)
1 parent eb4ce32 commit 6719166

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.evergreen/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ functions:
417417
type: test
418418
params:
419419
shell: "bash"
420+
silent: true
420421
working_dir: src/go.mongodb.org/mongo-driver
421422
script: |
422423
# DO NOT ECHO WITH XTRACE
@@ -447,6 +448,7 @@ functions:
447448
type: test
448449
params:
449450
shell: "bash"
451+
silent: true
450452
working_dir: src/go.mongodb.org/mongo-driver
451453
script: |
452454
# DO NOT ECHO WITH XTRACE
@@ -511,6 +513,7 @@ functions:
511513
type: test
512514
params:
513515
shell: "bash"
516+
silent: true
514517
working_dir: src/go.mongodb.org/mongo-driver
515518
script: |
516519
${PREPARE_SHELL}
@@ -600,7 +603,6 @@ functions:
600603
MONGODB_URI="${SERVERLESS_URI}" \
601604
SERVERLESS="serverless" \
602605
SERVERLESS_ATLAS_USER="${SERVERLESS_ATLAS_USER}" \
603-
SERVERLESS_ATLAS_PASSWORD="${SERVERLESS_ATLAS_PASSWORD}" \
604606
MAKEFILE_TARGET=evg-test-serverless \
605607
sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
606608
@@ -868,6 +870,7 @@ functions:
868870
type: test
869871
params:
870872
shell: "bash"
873+
silent: true
871874
working_dir: src/go.mongodb.org/mongo-driver
872875
script: |
873876
${PREPARE_SHELL}
@@ -890,6 +893,7 @@ functions:
890893
type: test
891894
params:
892895
shell: "bash"
896+
silent: true
893897
working_dir: src/go.mongodb.org/mongo-driver
894898
script: |
895899
${PREPARE_SHELL}
@@ -1891,6 +1895,7 @@ tasks:
18911895
type: test
18921896
params:
18931897
shell: "bash"
1898+
silent: true
18941899
working_dir: src/go.mongodb.org/mongo-driver
18951900
script: |
18961901
${PREPARE_SHELL}

0 commit comments

Comments
 (0)