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 e7571fd commit 0fcdcaeCopy full SHA for 0fcdcae
.circleci/upload_ciapp.sh
@@ -33,6 +33,9 @@ junit_upload() {
33
./results
34
}
35
36
+# Make sure we do not use DATADOG_API_KEY from the environment
37
+export DATADOG_API_KEY=
38
+
39
# Upload test results to production environment like all other CI jobs
40
junit_upload "$DATADOG_API_KEY_PROD"
41
# And also upload to staging environment to benefit from the new features not yet released
0 commit comments