Browse Source

ignore coverage steps. (#2257)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
tags/v1.2.0-rc1
Bo-Yi Wu Lunny Xiao 7 years ago
parent
commit
f9628565c7
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .drone.yml

+ 6
- 6
.drone.yml View File

@@ -97,12 +97,12 @@ pipeline:
when: when:
event: [ push, tag ] 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: docker:
image: plugins/docker image: plugins/docker


Loading…
Cancel
Save