File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ pipeline:
3434 spec :
3535 shell : Sh
3636 command : |
37- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step curl -Os https://cli.codecov.io/latest/linux/codecov curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
37+ curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
38+ curl -Os https://cli.codecov.io/latest/linux/codecov
39+ curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
40+ curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
3841 gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
3942 shasum -a 256 -c codecov.SHA256SUM
4043 ./codecov --verbose upload-process -t $CODECOV_TOKEN
You can’t perform that action at this time.
0 commit comments