Testing .drone.yml
the build failed
Details
the build failed
Details
This commit is contained in:
parent
55e2e9a1b3
commit
e25800e633
|
@ -2,6 +2,7 @@ build:
|
||||||
image: golang:1.6
|
image: golang:1.6
|
||||||
environment:
|
environment:
|
||||||
- FOO=1
|
- FOO=1
|
||||||
|
- BAR=0
|
||||||
commands:
|
commands:
|
||||||
- go get -a -v
|
- go get -a -v
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in New Issue