Fixed notify stage of build process
the build was successful Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-07-08 13:32:42 +02:00
parent d7f22118ba
commit af14980f95
1 changed files with 2 additions and 1 deletions

View File

@ -44,9 +44,10 @@ pipeline:
- rm -rf tmp/build
notify:
image: drillster/drone-email
host: wolf.uberspace.de
host: peacock.uberspace.de
port: 587
from: Drone <drone@2martens.de>
secrets: [email_username, email_password]
when:
status: [ failure ]