updated drone config
the build was successful Details

This commit is contained in:
konrad 2018-09-22 23:48:52 +02:00
parent bf46f5c182
commit ddebe318ad
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,8 @@ pipeline:
telegram:
image: appleboy/drone-telegram
secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ]
format: markdown
message: >
**{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}}\n
**{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}}
{{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: \`{{commit.message}}\`
Build started at {{datetime build.started "2006-Jan-02T15:04:05Z" "GMT+2"}}\, finished at {{datetime build.finished "2006-Jan-02T15:04:05Z" "GMT+2"}}.
Build started at {{datetime build.started "2006-Jan-02T15:04:05Z" "GMT+2"}} finished at {{datetime build.finished "2006-Jan-02T15:04:05Z" "GMT+2"}}.