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} platform: ${platform}
workspace:
base: /go
pipeline: pipeline:
build: build:
image: golang:1.10 image: golang:1.10
pull: true
commands: commands:
- go version - go version
- go env - go env
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
# - dep ensure -vendor-only
- make build - make build
publish: publish:
image: plugins/docker:${docker_tag} image: plugins/docker:${docker_tag}