mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
Merge branch 'mod' of appleboy/tea into master
This commit is contained in:
commit
c9d054ae4f
11
.drone.yml
11
.drone.yml
@ -12,6 +12,8 @@ pipeline:
|
||||
build:
|
||||
image: golang:1.12
|
||||
pull: true
|
||||
environment:
|
||||
GOPROXY: https://goproxy.cn
|
||||
commands:
|
||||
- make clean
|
||||
- make vet
|
||||
@ -52,15 +54,6 @@ pipeline:
|
||||
when:
|
||||
event: [ tag ]
|
||||
|
||||
coverage:
|
||||
image: robertstettner/drone-codecov
|
||||
secrets: [ codecov_token ]
|
||||
files:
|
||||
- coverage.out
|
||||
when:
|
||||
event: [ push, pull_request ]
|
||||
branch: [ master ]
|
||||
|
||||
static:
|
||||
image: techknowlogick/xgo:latest
|
||||
pull: true
|
||||
|
Loading…
Reference in New Issue
Block a user