0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 10:28:48 +02: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:
event: [ push, tag ]
coverage:
image: plugins/coverage
server: https://coverage.gitea.io
when:
event: [ push ]
branch: master
# coverage:
# image: plugins/coverage
# server: https://coverage.gitea.io
# when:
# event: [ push ]
# branch: master
docker:
image: plugins/docker