parent
ce3a196640
commit
090c71eabf
@ -3,9 +3,10 @@ platform: ${platform}
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang:1.10
|
image: golang:1.10
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
- dep ensure -vendor-only
|
# - dep ensure -vendor-only
|
||||||
- make build
|
- make build
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker:${docker_tag}
|
image: plugins/docker:${docker_tag}
|
||||||
|
Loading…
Reference in New Issue
Block a user