'.drone.yml' ändern
the build failed Details

This commit is contained in:
an 2018-02-21 11:13:22 +00:00
parent 2f8300c357
commit 00915d9a8d
1 changed files with 2 additions and 2 deletions

View File

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