Skip to content

Commit 75b3ae8

Browse files
committed
CSHARP-2709: Update evergreen configuration and scripts to support FLE testing
1 parent 97406a7 commit 75b3ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

evergreen/evergreen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ functions:
214214
params:
215215
working_dir: mongo-csharp-driver
216216
script: |
217+
set +x
218+
export FLE_AWS_ACCESS_KEY_ID=${FLE_AWS_ACCESS_KEY_ID}
219+
export FLE_AWS_SECRET_ACCESS_KEY=${FLE_AWS_SECRET_ACCESS_KEY}
217220
${PREPARE_SHELL}
218221
AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" TOPOLOGY=${TOPOLOGY} OS=${OS} evergreen/run-tests.sh
219222

0 commit comments

Comments
 (0)