From ea05624d6b3529b46bff61054383116d9ba2f564 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 25 Sep 2019 17:15:07 +0200 Subject: removed the messaging template --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9fae11a..2407ed0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,21 +31,3 @@ steps: from_secret: telegram_to when: status: [ success, failure ] - format: markdown - message: > - {{#success build.status}} - ✅ Build #{{build.number}} of `{{repo.name}}` succeeded. - - ``` - {{commit.message}} - ``` - - {{ build.link }} - {{else}} - ❌ Build #{{build.number}} of `{{repo.name}}` failed. - - ``` - {{commit.message}} - ``` - {{ build.link }} - {{/success}} -- cgit 1.4.1