Converted drone config to new format.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
423708322f
commit
3351fe7d40
32
.drone.yml
32
.drone.yml
|
@ -1,14 +1,22 @@
|
||||||
pipeline:
|
kind: pipeline
|
||||||
check:
|
name: check
|
||||||
image: chaoslab/repoman
|
|
||||||
pull: true
|
steps:
|
||||||
commands:
|
- name: repoman
|
||||||
repoman full --include-dev --xmlparse
|
image: chaoslab/repoman
|
||||||
notify:
|
pull: always
|
||||||
when:
|
commands:
|
||||||
status: [ changed, failure ]
|
- repoman full --include-dev --xmlparse
|
||||||
image: drillster/drone-email
|
|
||||||
pull: true
|
- name: notify
|
||||||
|
image: drillster/drone-email
|
||||||
|
pull: always
|
||||||
|
when:
|
||||||
|
status: [ changed, failure ]
|
||||||
|
settings:
|
||||||
host: cryptoparty-celle.de
|
host: cryptoparty-celle.de
|
||||||
secrets: [ email_username, email_password ]
|
|
||||||
from: drone@tzend.de
|
from: drone@tzend.de
|
||||||
|
username:
|
||||||
|
from-secret: email_username
|
||||||
|
password:
|
||||||
|
from_secret: email_password
|
||||||
|
|
Reference in New Issue
Block a user