Install dep

This commit is contained in:
IamTheFij 2018-11-17 13:45:28 -08:00
parent f1d39eb8a8
commit 5b18605c17
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pipeline:
build:
image: golang
commands:
- go get -u github.com/golang/dep/cmd/dep
- make build
build:
image: plugins/docker:${docker_tag}