1
0
Fork 0

Always pull image

master
Ambrose Chua 2018-03-26 21:25:44 +08:00
parent cf42733f2a
commit e061bd983a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ matrix:
pipeline:
build:
image: golang:${GO_VERSION}-alpine
pull: true
commands:
- export FILENAME=${DRONE_REPO_NAME}-${GOOS}-${GOARCH}
- go build -ldflags "-s -w" -o dist/$FILENAME