Skip to content

Commit

Permalink
fix: remove pointer to trustedkeys.gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Aug 29, 2023
1 parent 8227aa3 commit cfcf549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ QKWiWJQF/XopkXwkyAYpyuyRMZ77oF7nuqLFnl5VVEiRo0Fwu45erebc6ccSwYZU
-----END PGP PUBLIC KEY BLOCK-----"

# Download and verify Codecov uploader
echo "${CODECOV_PUBLIC_PGP_KEY}" | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
echo "${CODECOV_PUBLIC_PGP_KEY}" | gpg --no-default-keyring --import # One-time step
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov"
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov.SHA256SUM"
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov.SHA256SUM.sig"
Expand All @@ -74,4 +74,4 @@ curl -H "Accept: application/json" "https://uploader.codecov.io/${OS}/${VERSION}
echo "-Z ${other_options}" "${@}"

# Upload coverage to Codecov
./codecov -Q "bitrise-step-3.3.1" -Z ${other_options} "${@}"
./codecov -Q "bitrise-step-3.3.2" -Z ${other_options} "${@}"

0 comments on commit cfcf549

Please sign in to comment.