Pull first
the build failed Details

This commit is contained in:
IamTheFij 2018-11-21 14:55:59 -08:00
parent ce3a196640
commit 090c71eabf
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ platform: ${platform}
pipeline:
build:
image: golang:1.10
pull: true
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -vendor-only
# - dep ensure -vendor-only
- make build
publish:
image: plugins/docker:${docker_tag}