updated drone config
the build failed Details

This commit is contained in:
konrad 2018-09-22 23:41:07 +02:00
parent 2f593265cc
commit 3f2b19435b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ pipeline:
image: appleboy/drone-telegram
secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ]
message: >
**{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}}
**{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}}\n
{{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: \`{{commit.message}}\`
Build started at {{datetime build.started}}\, finished at {{datetime build.finished}}.