drone-webhook/.drone.yml

28 lines
438 B
YAML
Raw Normal View History

2015-11-03 19:31:25 +00:00
build:
image: golang:1.5
commands:
- make deps
- make build
- make test
2015-11-03 19:31:25 +00:00
publish:
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: plugins/drone-webhook
when:
branch: master
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