parent
e25800e633
commit
4672a5bc0d
1 changed files with 10 additions and 9 deletions
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…
Add table
Add a link
Reference in a new issue