added REST API and simple unit test - and compose starter, still WIP for integ test

This commit is contained in:
josebarn
2017-08-15 21:14:14 -03:00
parent bd8a3f2ddd
commit 5e945440d0
58 changed files with 9040 additions and 25 deletions

View File

@@ -4,10 +4,10 @@ pipeline:
commands:
- go build
test:
unit-test:
image: ${IMAGE}
commands:
- go test
- go test ./api
publish:
image: plugins/docker