mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
mail on failure
This commit is contained in:
parent
d4b7d264ef
commit
7251088844
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -40,6 +40,19 @@ pipeline:
|
|||
matrix:
|
||||
FLAVOUR: Lint
|
||||
|
||||
notify:
|
||||
image: drillster/drone-email
|
||||
host: $EMAIL_HOST
|
||||
port: 587
|
||||
username: $EMAIL_USERNAME
|
||||
password: $EMAIL_PASSWORD
|
||||
from: nextcloud-drone@kaminsky.me
|
||||
recipients_only: true
|
||||
recipients: [ $EMAIL_RECIPIENTS ]
|
||||
secrets: [ EMAIL_USERNAME, EMAIL_PASSWORD, EMAIL_RECIPIENTS, EMAIL_HOST ]
|
||||
when:
|
||||
status: [ failure ]
|
||||
|
||||
matrix:
|
||||
FLAVOUR:
|
||||
- Generic
|
||||
|
|
Loading…
Reference in a new issue