1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-06-30 17:44:09 -03:00

Merge branch 'mod' of appleboy/tea into master

This commit is contained in:
techknowlogick 2019-06-07 13:50:55 +00:00 committed by Gitea
commit c9d054ae4f

@ -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