overlay/.drone.yml

23 lines
406 B
YAML
Raw Normal View History

2019-04-28 18:18:14 +02:00
kind: pipeline
name: check
steps:
- name: repoman
image: tastytea/repoman
2019-04-28 18:18:14 +02:00
pull: always
commands:
- repoman full --include-dev --xmlparse
- name: notify
image: drillster/drone-email
pull: always
when:
status: [ changed, failure ]
settings:
2020-04-19 04:40:28 +02:00
host: mail.tzend.de
2018-06-21 20:14:37 +02:00
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