mod vendor in build step
This commit is contained in:
parent
b91679a482
commit
cb7f2be4cf
@ -16,6 +16,7 @@ steps:
|
|||||||
image: golang:1.14
|
image: golang:1.14
|
||||||
commands:
|
commands:
|
||||||
- go get github.com/mitchellh/gox
|
- go get github.com/mitchellh/gox
|
||||||
|
- go mod vendor
|
||||||
- make build
|
- make build
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user