fixed drone config
the build failed Details

This commit is contained in:
konrad 2018-09-22 23:15:29 +02:00
parent 1c497f18b7
commit 474e1b629b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 2 deletions

View File

@ -31,7 +31,13 @@ pipeline:
# Tell people vikunja web was updated
telegram:
image: appleboy/drone-telegram
secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, TELEGRAM_MESSAGE ]
secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ]
format: markdown
message: >
{{#success build.status}}Build {{build.number}} succeeded, deployed website.{{else}}Build {{build.number}} failed. Fix me please.{{/success}}{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.
{{#success build.status}}
Build {{build.number}} succeeded, deployed website.
{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.
{{else}}
Build {{build.number}} failed. Fix me please.
{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.
{{/success}}