Activate drone email notification

This commit is contained in:
C?dric Krier 2018-03-08 18:01:37 +01:00
parent 1f6d208363
commit 0f99ad4dde
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: