From 5d6a5afb549087593131bae9593890623c5bb731 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:50:11 +0200 Subject: [PATCH] updated drone config --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 726d37a..7ec2231 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,8 +32,7 @@ pipeline: telegram: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] - format: markdown message: > - **{{repo.owner}}/{{repo.name}}**: \[{{build.status}}] Build {{build.number}} - {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: \`{{commit.message}}\` + {{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"}}.