Skip to content

Commit 8b943f5

Browse files
wip
1 parent 647b004 commit 8b943f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,14 @@ jobs:
123123
- run:
124124
name: Collecting coverage reports
125125
command: |
126-
ls -ld /home/circleci/.gnupg
127-
ls -l /home/circleci/.gnupg/trustedkeys.gpg
128126
curl -Os https://uploader.codecov.io/latest/linux/codecov
129127
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
130128
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig
131129
curl -s https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
132130
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
133131
shasum -a 256 -c codecov.SHA256SUM
134132
file ./codecov
133+
ls -a
135134
chmod +x ./codecov
136135
./codecov
137136

0 commit comments

Comments
 (0)