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 @@ -207,6 +207,13 @@ functions:
207
207
working_dir : " src"
208
208
script : |
209
209
${PREPARE_SHELL}
210
+ export AWS_ACCESS_KEY_ID="${client_side_encryption_aws_access_key_id}"
211
+ export AWS_SECRET_ACCESS_KEY="${client_side_encryption_aws_secret_access_key}"
212
+ export AZURE_TENANT_ID="${client_side_encryption_azure_tenant_id}"
213
+ export AZURE_CLIENT_ID="${client_side_encryption_azure_client_id}"
214
+ export AZURE_CLIENT_SECRET="${client_side_encryption_azure_client_secret}"
215
+ export GCP_EMAIL="${client_side_encryption_gcp_email}"
216
+ export GCP_PRIVATEKEY="${client_side_encryption_gcp_privatekey}"
210
217
PHP_VERSION=${PHP_VERSION} AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
211
218
212
219
" run atlas data lake test " :
You can’t perform that action at this time.
0 commit comments