Skip to content

Commit

Permalink
Merge pull request #34 from codecov/remove-trustedkeys-filename
Browse files Browse the repository at this point in the history
fix: remove pointer to trustedkeys.gpg
  • Loading branch information
thomasrockhu-codecov authored Aug 30, 2023
2 parents 8227aa3 + cfcf549 commit 3eb71a9
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 3eb71a9

Please sign in to comment.