trying to fix project build with more complex structure

This commit is contained in:
josebarn
2017-08-15 21:45:18 -03:00
parent 143beb1024
commit 58bc88bc4c
2 changed files with 3 additions and 2 deletions

View File

@@ -10,9 +10,10 @@ pipeline:
commands:
- go get ./...
- go build
debug: true
unit-test:
image: golang
image: golang:${GO_VERSION}
commands:
- go test ./api