about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 17:15:07 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 17:15:07 +0200
commitea05624d6b3529b46bff61054383116d9ba2f564 (patch)
tree0bc07b5781b44998efa173870b6fe0190b863f08
parentb8e046bbd3d72887ae8e03736a1146db5dce1b6b (diff)
removed the messaging template
-rw-r--r--.drone.yml18
1 files changed, 0 insertions, 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}}