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
1 changed files with 6 additions and 6 deletions

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