add dep to build
This commit is contained in:
parent
b7d6594e7f
commit
a9ea91ec95
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ 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
|
||||
- mv ../tmp .
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue