mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Remove unnecessary code ..
This commit is contained in:
parent
e6a8da68cd
commit
8a96f0fee4
1 changed files with 1 additions and 8 deletions
|
@ -80,14 +80,7 @@ pipeline:
|
|||
repo:
|
||||
- friendica/friendica
|
||||
commands:
|
||||
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
|
||||
- curl -Os https://uploader.codecov.io/latest/alpine/codecov
|
||||
- curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM
|
||||
- curl -Os https://uploader.codecov.io/latest/alpine/codecov.SHA256SUM.sig
|
||||
- gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
|
||||
- shasum -a 256 -c codecov.SHA256SUM
|
||||
- chmod +x codecov
|
||||
- ./codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
|
||||
- codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
|
||||
secrets:
|
||||
- source: codecov-token
|
||||
target: codecov_token
|
||||
|
|
Loading…
Reference in a new issue