parent
ce3a196640
commit
090c71eabf
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user