Skip to content

Commit c761739

Browse files
wip
1 parent 6071e8a commit c761739

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ jobs:
123123
- run:
124124
name: Collecting coverage reports
125125
command: |
126+
sudo apt-get update
127+
sudo apt-get upgrade
126128
127129
cd /etc/apt/trusted.gpg.d && ls -a
128-
sudo curl -o key.asc https://keybase.io/codecovsecurity/pgp_keys.asc
129-
sudo apt-key add key.asc
130+
sudo curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
131+
cd /etc/apt/trusted.gpg.d && ls -a
130132
131133
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
132134

0 commit comments

Comments
 (0)