diff options
author | Emile <hanemile@protonmail.com> | 2019-09-25 17:15:07 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-25 17:15:07 +0200 |
commit | ea05624d6b3529b46bff61054383116d9ba2f564 (patch) | |
tree | 0bc07b5781b44998efa173870b6fe0190b863f08 /.drone.yml | |
parent | b8e046bbd3d72887ae8e03736a1146db5dce1b6b (diff) |
removed the messaging template
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 18 |
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}} |