Skip to content

Commit

Permalink
Merge pull request #14 from codecov/3.1.1
Browse files Browse the repository at this point in the history
Remove gpg check from macos
  • Loading branch information
thomasrockhu-codecov authored Sep 24, 2021
2 parents 60c8786 + f10108a commit 6e8817d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

set -e

# Install gpg for MacOS devices
if [ -x "$(command -v brew)" ] && ! [ -x "$(command -v gpg)" ]; then
brew install gpg
fi

# Download and verify Codecov uploader
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
curl -Os "https://uploader.codecov.io/${VERSION}/${OS}/codecov"
Expand Down

0 comments on commit 6e8817d

Please sign in to comment.