gox and mockery

This commit is contained in:
Marvin Steadfast 2020-03-31 11:12:01 +02:00
parent cb7f2be4cf
commit f594e7fdee

View File

@ -15,8 +15,8 @@ steps:
- name: build - name: build
image: golang:1.14 image: golang:1.14
commands: commands:
- go get github.com/mitchellh/gox - (cd /go; go get -v github.com/mitchellh/gox)
- go mod vendor - (cd /go; go get -v github.com/vektra/mockery/.../)
- make build - make build
- name: docker - name: docker
image: plugins/docker image: plugins/docker