Testing .drone.yml
the build failed Details

This commit is contained in:
an 2018-02-20 22:59:52 +00:00
parent e25800e633
commit 4672a5bc0d
1 changed files with 10 additions and 9 deletions

View File

@ -1,9 +1,10 @@
build: pipeline:
image: golang:1.6 build:
environment: image: golang:1.6
- FOO=1 environment:
- BAR=0 - FOO=1
commands: - BAR=0
- go get -a -v commands:
- make test - go get -a -v
- make build - make test
- make build