This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/.drone.yml
tastytea f5d6007657
All checks were successful
continuous-integration/drone/push Build is passing
CI: Change mail server.
2020-04-19 04:40:28 +02:00

23 lines
406 B
YAML

kind: pipeline
name: check
steps:
- name: repoman
image: tastytea/repoman
pull: always
commands:
- repoman full --include-dev --xmlparse
- name: notify
image: drillster/drone-email
pull: always
when:
status: [ changed, failure ]
settings:
host: mail.tzend.de
from: drone@tzend.de
username:
from_secret: email_username
password:
from_secret: email_password