vendored deps do not work
This commit is contained in:
parent
a9ea91ec95
commit
331fad9774
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /go/bin /go/src
|
- mkdir -p /go/bin /go/src
|
||||||
- go get github.com/revel/cmd/revel
|
- go get github.com/revel/cmd/revel
|
||||||
- go get -u github.com/golang/dep/cmd/dep/...
|
- revel build github.com/CyCoreSystems/cycore-web ../tmp prod
|
||||||
- dep ensure
|
|
||||||
- revel build github.com/CyCoreSystems/cycore-web ../tmp prod >> /dev/null
|
|
||||||
- mv ../tmp .
|
- mv ../tmp .
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue