fixed drone config
the build failed Details

This commit is contained in:
konrad 2018-09-22 23:07:00 +02:00
parent 34e23f83f9
commit 527c8e6dca
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 10 additions and 10 deletions

View File

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