drone-webhook/.drone.yml

30 lines
508 B
YAML
Raw Permalink Normal View History

2016-05-13 07:00:42 +00:00
pipeline:
2016-06-15 12:30:04 +00:00
test:
2016-05-13 07:00:42 +00:00
image: golang:1.6
environment:
- CGO_ENABLED=0
2016-06-15 12:30:04 +00:00
- GOPATH=/drone
2016-05-13 07:00:42 +00:00
commands:
- make vet
- make build
- make test
2015-11-03 19:31:25 +00:00
docker:
2016-05-13 07:00:42 +00:00
storage_driver: overlay
2016-06-15 12:30:04 +00:00
repo: plugins/drone-webhook
tag: [ "latest" ]
2015-11-03 19:31:25 +00:00
when:
2016-06-15 12:30:04 +00:00
branch: release/0.4
2016-05-13 07:00:42 +00:00
event: push
2015-11-03 19:31:25 +00:00
plugin:
name: Webhook
desc: Send build status notifications via Webhook
2015-11-03 19:31:25 +00:00
type: notify
image: plugins/drone-webhook
labels:
- notify
- webhook
2015-11-03 19:31:25 +00:00
- rest
- json
- hook