1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-03 14:57:55 -05:00

ignore coverage steps. (#2257)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-08-04 22:08:50 +08:00 committed by Lunny Xiao
parent 34df9deff1
commit 9ff371a147

View File

@ -97,12 +97,12 @@ pipeline:
when: when:
event: [ push, tag ] event: [ push, tag ]
coverage: # coverage:
image: plugins/coverage # image: plugins/coverage
server: https://coverage.gitea.io # server: https://coverage.gitea.io
when: # when:
event: [ push ] # event: [ push ]
branch: master # branch: master
docker: docker:
image: plugins/docker image: plugins/docker