Skip to content

Commit 739dff2

Browse files
wip
1 parent 7f298af commit 739dff2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ jobs:
123123
- run:
124124
name: Collecting coverage reports
125125
command: |
126-
sudo apt-get update
127-
sudo apt-get install ca-certificates
128-
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
129-
126+
127+
curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
128+
129+
cd /etc/apt/trusted.gpg.d && ls -a
130130
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
131+
sudo apt-key add key.gpg
131132
132133
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
133134

0 commit comments

Comments
 (0)