Add more debug info
the build failed Details

This commit is contained in:
IamTheFij 2018-11-21 14:58:13 -08:00
parent 090c71eabf
commit df8be80692
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ pipeline:
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