Skip to content

Commit

Permalink
Avoid DATADOG_API_KEY in test visibility upload (#7952)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Bujon <PerfectSlayer@users.noreply.github.com>
  • Loading branch information
smola and PerfectSlayer authored Nov 14, 2024
1 parent 8c26b74 commit ea008a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/upload_ciapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ junit_upload() {
./results
}

# Make sure we do not use DATADOG_API_KEY from the environment
unset DATADOG_API_KEY

# Upload test results to production environment like all other CI jobs
junit_upload "$DATADOG_API_KEY_PROD"
# And also upload to staging environment to benefit from the new features not yet released
Expand Down

0 comments on commit ea008a2

Please sign in to comment.