mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
Activate drone email notification
This commit is contained in:
parent
71e647548f
commit
dbe033a5f0
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@ pipeline:
|
|||
commands:
|
||||
- pip install tox
|
||||
- tox -e "${TOXENV}-${DATABASE}"
|
||||
notify:
|
||||
image: drillster/drone-email
|
||||
from: drone@localhost
|
||||
host: smtp
|
||||
port: 25
|
||||
skip_verify: true
|
||||
when:
|
||||
status: [ changed, failure ]
|
||||
|
||||
services:
|
||||
postgresql:
|
||||
|
|
Loading…
Reference in a new issue