1
0
Fork 0

Force pulls on build
continuous-integration/drone/push Build is passing Details

master 1.0.2
Ambrose Chua 2020-04-25 18:07:18 +08:00
parent 3e66e4b767
commit 7a6b8335db
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 6 additions and 0 deletions

View File

@ -5,10 +5,16 @@ name: default
steps:
- name: test
image: golang:1.14-alpine
pull: true
environment:
CGO_ENABLED: 0
GOOS: linux
GOARCH: amd64
commands:
- cd coredns && go test
- name: build
image: golang:1.14-alpine
pull: true
environment:
CGO_ENABLED: 0
GOOS: linux