woodpecker-email/.drone.yml
2015-12-11 10:40:37 +01:00

24 lines
382 B
YAML

build:
image: golang:1.5
commands:
- make deps
- make build
- make test
publish:
docker:
username: drone
password: $$DOCKER_PASS
email: $$DOCKER_EMAIL
repo: plugins/drone-email
when:
branch: master
plugin:
name: Email
desc: Send build status notifications via Email
type: notify
image: plugins/drone-email
labels:
- email