Activate drone email notification

This commit is contained in:
C?dric Krier 2018-03-09 15:20:55 +01:00
parent fc217abad6
commit 47008616f4
1 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,14 @@ pipeline:
commands:
- pip install tox
- tox -e "${TOXENV}-${DATABASE}"
volumes:
- cache:/root/.cache
notify:
image: drillster/drone-email
from: drone@localhost
host: smtp
port: 25
skip_verify: true
when:
status: [ changed, failure ]
services:
postgresql: