Skip to content

Commit 90a2cbd

Browse files
wip
1 parent bde2f7d commit 90a2cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,13 @@ jobs:
123123
- run:
124124
name: Collecting coverage reports
125125
command: |
126+
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
126127
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
127128
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
128129
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM.sig
129-
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
130130
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
131131
shasum -a 256 -c codecov.SHA256SUM
132132
chmod +x codecov
133-
./codecov
134133
check-dependencies:
135134
parameters:
136135
maven-image:

0 commit comments

Comments
 (0)