Skip to content

Commit 64a10e5

Browse files
wip
1 parent 739dff2 commit 64a10e5

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
@@ -124,11 +124,11 @@ jobs:
124124
name: Collecting coverage reports
125125
command: |
126126
127+
cd /etc/apt/trusted.gpg.d && ls -a
127128
curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
129+
sudo apt-key add key.gpg
128130
129-
cd /etc/apt/trusted.gpg.d && ls -a
130131
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
131-
sudo apt-key add key.gpg
132132
133133
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov.SHA256SUM
134134

0 commit comments

Comments
 (0)