Skip to content

Commit b971b11

Browse files
Apply suggestions from code review
Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
1 parent a55ee55 commit b971b11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.harness/pipelines/example-python.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)