'.drone.yml' ändern
Some checks failed
the build failed

This commit is contained in:
an 2018-02-21 11:13:22 +00:00
parent 2f8300c357
commit 00915d9a8d

View file

@ -5,5 +5,5 @@ pipeline:
- FOO=3
commands:
- go get -a -v
- make test
- make build
- go test
- go build