updated .drone.yml to support new syntax
This commit is contained in:
parent
c72724d46b
commit
b9484757ff
1 changed files with 15 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
@ -14,3 +14,18 @@ notify:
|
|||
email:
|
||||
recipients:
|
||||
- brad@drone.io
|
||||
|
||||
# new .drone.yml syntax
|
||||
|
||||
clone:
|
||||
path: github.com/drone/drone
|
||||
|
||||
build:
|
||||
image: golang:1.4.2
|
||||
commands:
|
||||
- export GOPATH=/drone
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- make bindata deps
|
||||
- make build
|
||||
- make test
|
Loading…
Reference in a new issue