Skip to content

Commit f168889

Browse files
Update .harness/pipelines/example-python.yaml
1 parent ae04606 commit f168889

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.harness/pipelines/example-python.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ pipeline:
3636
spec:
3737
shell: Sh
3838
command: |
39-
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
40-
curl -Os https://cli.codecov.io/latest/linux/codecov
41-
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM
42-
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
43-
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
44-
shasum -a 256 -c codecov.SHA256SUM
45-
chmod u+x ./codecov
46-
./codecov --verbose upload-process -t $CODECOV_TOKEN -f harness
39+
codecov-cli --verbose upload-process -t $CODECOV_TOKEN -f harness
4740
envVariables:
4841
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>
4942
platform:

0 commit comments

Comments
 (0)