Activate drone email notification

This commit is contained in:
C?dric Krier 2018-03-08 18:01:37 +01:00
parent a016f752fb
commit 5b05f1055f
1 changed files with 8 additions and 0 deletions

View File

@ -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: