ignore coverage steps. (#2257)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
34df9deff1
commit
9ff371a147
1 changed files with 6 additions and 6 deletions
12
.drone.yml
12
.drone.yml
|
@ -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
|
||||
|
|
Reference in a new issue