mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +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:
|
repo:
|
||||||
- friendica/friendica
|
- friendica/friendica
|
||||||
commands:
|
commands:
|
||||||
- curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
|
- codecov -B ${CI_COMMIT_BRANCH} -C ${CI_COMMIT_SHA} -P ${CI_COMMIT_PULL_REQUEST} -b ${CI_PIPELINE_NUMBER} -Z -f 'clover.xml'
|
||||||
- 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'
|
|
||||||
secrets:
|
secrets:
|
||||||
- source: codecov-token
|
- source: codecov-token
|
||||||
target: codecov_token
|
target: codecov_token
|
||||||
|
|
Loading…
Reference in a new issue