Try go build
Some checks failed
the build failed

This commit is contained in:
IamTheFij 2018-11-21 14:54:24 -08:00
parent eb2938aac2
commit ce3a196640

View File

@ -5,8 +5,8 @@ pipeline:
image: golang:1.10 image: golang:1.10
commands: commands:
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- go build - dep ensure -vendor-only
# - make build - make build
publish: publish:
image: plugins/docker:${docker_tag} image: plugins/docker:${docker_tag}
# repo: iamthefij/dockron # repo: iamthefij/dockron