mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 02:33:21 +00:00
updated .drone.yml to support new syntax
This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -14,3 +14,18 @@ notify:
|
|||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- brad@drone.io
|
- 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
|
Reference in New Issue
Block a user