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:
|
||||
image: golang:1.6
|
||||
environment:
|
||||
- FOO=1
|
||||
- BAR=0
|
||||
commands:
|
||||
- go get -a -v
|
||||
- make test
|
||||
- make build
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:1.6
|
||||
environment:
|
||||
- FOO=1
|
||||
- BAR=0
|
||||
commands:
|
||||
- go get -a -v
|
||||
- make test
|
||||
- make build
|
Loading…
Reference in New Issue