We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcc4de commit fef895dCopy full SHA for fef895d
.evergreen/config.yml
@@ -244,7 +244,7 @@ functions:
244
export AZURE_CLIENT_ID="${client_side_encryption_azure_client_id}"
245
export AZURE_CLIENT_SECRET="${client_side_encryption_azure_client_secret}"
246
export GCP_EMAIL="${client_side_encryption_gcp_email}"
247
- export GCP_PRIVATEKEY="${client_side_encryption_gcp_privatekey}"
+ export GCP_PRIVATE_KEY="${client_side_encryption_gcp_privatekey}"
248
export PATH="${PHP_PATH}/bin:$PATH"
249
MOCK_SERVICE_ID=${MOCK_SERVICE_ID} API_VERSION=${API_VERSION} PHP_VERSION=${PHP_VERSION} AUTH=${AUTH} SSL=${SSL} MONGODB_URI="${MONGODB_URI}" sh ${PROJECT_DIRECTORY}/.evergreen/run-tests.sh
250
0 commit comments