Try setting a workspace
the build failed Details

This commit is contained in:
IamTheFij 2018-11-21 15:01:39 -08:00
parent df8be80692
commit c5b8b490fa
1 changed files with 3 additions and 2 deletions

View File

@ -1,14 +1,15 @@
platform: ${platform}
workspace:
base: /go
pipeline:
build:
image: golang:1.10
pull: true
commands:
- go version
- go env
- go get -u github.com/golang/dep/cmd/dep
# - dep ensure -vendor-only
- make build
publish:
image: plugins/docker:${docker_tag}