Skip to content

Commit 6071e8a

Browse files
wip
1 parent 27923a9 commit 6071e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
command: |
126126
127127
cd /etc/apt/trusted.gpg.d && ls -a
128-
sudo curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
129-
sudo apt-key add key.gpg
128+
sudo curl -o key.asc https://keybase.io/codecovsecurity/pgp_keys.asc
129+
sudo apt-key add key.asc
130130
131131
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
132132

0 commit comments

Comments
 (0)