Skip to content

Commit 0fcdcae

Browse files
committed
Avoid DATADOG_API_KEY in test visibility upload
1 parent e7571fd commit 0fcdcae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/upload_ciapp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ junit_upload() {
3333
./results
3434
}
3535

36+
# Make sure we do not use DATADOG_API_KEY from the environment
37+
export DATADOG_API_KEY=
38+
3639
# Upload test results to production environment like all other CI jobs
3740
junit_upload "$DATADOG_API_KEY_PROD"
3841
# And also upload to staging environment to benefit from the new features not yet released

0 commit comments

Comments
 (0)