From 320808be100a44f121f1e36d81e4ea793b03b570 Mon Sep 17 00:00:00 2001 From: norangebit Date: Thu, 14 Nov 2019 19:35:13 +0100 Subject: [PATCH] edit drone notification Now the notification message contains the direct link to the build and the branch. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f96f3b0..93e3f27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: from_secret: telegram_user format: markdown message: | - Build {{build.number}} from commit [{{truncate commit.sha 10}}]({{commit.link}}) **failed**. + Build [#{{build.number}}]({{build.link}}) from commit [{{truncate commit.sha 10}}]({{commit.link}}) on {{commit.branch}} **failed**. {{uppercasefirst commit.author}} please fix me! when: status: