vendored deps do not work

This commit is contained in:
Seán C McCord 2018-05-08 22:27:47 -04:00
parent a9ea91ec95
commit 331fad9774

View file

@ -8,9 +8,7 @@ pipeline:
commands:
- mkdir -p /go/bin /go/src
- go get github.com/revel/cmd/revel
- go get -u github.com/golang/dep/cmd/dep/...
- dep ensure
- revel build github.com/CyCoreSystems/cycore-web ../tmp prod >> /dev/null
- revel build github.com/CyCoreSystems/cycore-web ../tmp prod
- mv ../tmp .
publish:
image: plugins/docker