Converted drone config to new format.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-04-28 18:18:14 +02:00
parent 423708322f
commit 3351fe7d40
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 20 additions and 12 deletions

View File

@ -1,14 +1,22 @@
pipeline:
check:
image: chaoslab/repoman
pull: true
commands:
repoman full --include-dev --xmlparse
notify:
when:
status: [ changed, failure ]
image: drillster/drone-email
pull: true
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:
host: cryptoparty-celle.de
secrets: [ email_username, email_password ]
from: drone@tzend.de
username:
from-secret: email_username
password:
from_secret: email_password