We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a10e5 commit 27923a9Copy full SHA for 27923a9
.circleci/config.yml
@@ -125,7 +125,7 @@ jobs:
125
command: |
126
127
cd /etc/apt/trusted.gpg.d && ls -a
128
- curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
+ sudo curl -o key.gpg https://keybase.io/codecovsecurity/pgp_keys.asc
129
sudo apt-key add key.gpg
130
131
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov
0 commit comments