forked from tastytea/overlay
15 lines
302 B
YAML
15 lines
302 B
YAML
|
pipeline:
|
||
|
check:
|
||
|
image: chaoslab/repoman
|
||
|
pull: true
|
||
|
commands:
|
||
|
repoman full
|
||
|
notify:
|
||
|
when:
|
||
|
status: [ changed, failure ]
|
||
|
image: drillster/drone-email
|
||
|
pull: true
|
||
|
host: cryptoparty-celle.de
|
||
|
secrets: [ email_username, email_password ]
|
||
|
from: drone@tzend.de
|