Testing .drone.yml
the build failed
Details
the build failed
Details
This commit is contained in:
parent
e25800e633
commit
4672a5bc0d
19
.drone.yml
19
.drone.yml
|
@ -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
|
Loading…
Reference in New Issue