File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,13 @@ functions:
205
205
working_dir : " src"
206
206
script : |
207
207
${PREPARE_SHELL}
208
+ export AWS_ACCESS_KEY_ID="${client_side_encryption_aws_access_key_id}"
209
+ export AWS_SECRET_ACCESS_KEY="${client_side_encryption_aws_secret_access_key}"
210
+ export AZURE_TENANT_ID="${client_side_encryption_azure_tenant_id}"
211
+ export AZURE_CLIENT_ID="${client_side_encryption_azure_client_id}"
212
+ export AZURE_CLIENT_SECRET="${client_side_encryption_azure_client_secret}"
213
+ export GCP_EMAIL="${client_side_encryption_gcp_email}"
214
+ export GCP_PRIVATEKEY="${client_side_encryption_gcp_privatekey}"
208
215
PHP_VERSION=${PHP_VERSION} AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
209
216
210
217
" run atlas data lake test " :
You can’t perform that action at this time.
0 commit comments