Testing '.drone.yml'
the build failed Details

This commit is contained in:
an 2018-02-22 16:48:04 +00:00
parent a6dc5ba86d
commit b4e828694e
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ pipeline:
build:
image: golang:1.6
environment:
- FOO=6
- FOO=1
commands:
- go get -d ./...
- go test
- go build