Test docker build

This commit is contained in:
an 2017-12-06 19:54:37 +01:00
parent 92e6249633
commit 66f5ce3f0d
1 changed files with 2 additions and 7 deletions

View File

@ -1,10 +1,5 @@
pipeline:
build:
image: golang
image: docker:latest
commands:
- sh genversion.sh
- sh genbuilddate.sh
- go get -d code.dnix.de/an/flokatilib/...
- go get -d ./...
- go test
- go build
- docker build -t dr.dnix.de/mmflokati .