From 82bfca0f8674a0082e887529e07f45219271dfb1 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 13:40:54 +0200 Subject: [PATCH] Update 'drone-discord-msg.tpl' --- drone-discord-msg.tpl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drone-discord-msg.tpl b/drone-discord-msg.tpl index e838822..09b2c87 100644 --- a/drone-discord-msg.tpl +++ b/drone-discord-msg.tpl @@ -1,5 +1,15 @@ {{#success build.status}} - build {{build.number}} succeeded. Good job. +✅ Build #{{build.number}} of `{{repo.name}}` succeeded. +📝 Commit by {{commit.author}} on `{{commit.branch}}`: +``` +{{commit.message}} +``` +🌐 <{{ build.link }}> {{else}} - build {{build.number}} failed. Fix me please. +❌ Build #{{build.number}} of `{{repo.name}}` failed. +📝 Commit by {{commit.author}} on `{{commit.branch}}`: +``` +{{commit.message}} +``` +🌐 <{{ build.link }}> {{/success}} \ No newline at end of file