overlay/.drone.yml

23 lines
413 B
YAML
Raw Normal View History

2019-04-28 18:18:14 +02:00
kind: pipeline
name: check
steps:
- name: repoman
image: chaoslab/repoman
pull: always
commands:
- repoman full --include-dev --xmlparse
- name: notify
image: drillster/drone-email
pull: always
when:
status: [ changed, failure ]
settings:
2018-06-21 20:14:37 +02:00
host: cryptoparty-celle.de
from: drone@tzend.de
2019-04-28 18:18:14 +02:00
username:
2019-04-29 10:57:40 +02:00
from_secret: email_username
2019-04-28 18:18:14 +02:00
password:
from_secret: email_password