From ddebe318adcfecef202c4c3342d1aa5667457e98 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:48:52 +0200 Subject: [PATCH] updated drone config --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b095bce..726d37a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"}}.