Skip to content

Commit ea008a2

Browse files
smolaPerfectSlayer
andauthored
Avoid DATADOG_API_KEY in test visibility upload (#7952)
Co-authored-by: Bruce Bujon <[email protected]>
1 parent 8c26b74 commit ea008a2

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+
unset 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)