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

This commit is contained in:
an 2018-02-21 11:11:10 +00:00
parent 3796a93a4c
commit 2f8300c357
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: golang:1.6
environment:
- FOO=2
- FOO=3
commands:
- go get -a -v
- make test