about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 17:12:33 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 17:12:33 +0200
commitb8e046bbd3d72887ae8e03736a1146db5dce1b6b (patch)
treeaff7e7d0dac3c126024ed2991f1c5499921701e3
parent1f73b57298a2e6ea66eca461ca5377119136d7e8 (diff)
updateing the drone file
-rw-r--r--.drone.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 76d79cc..9fae11a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -36,8 +36,6 @@ steps:
       {{#success build.status}}
       ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
 
-      Commit by {{commit.author}} on `{{commit.branch}}`:
-
       ```
       {{commit.message}}
       ```
@@ -46,11 +44,8 @@ steps:
       {{else}}
       ❌ Build #{{build.number}} of `{{repo.name}}` failed.
 
-      Commit by {{commit.author}} on `{{commit.branch}}`:
-
       ```
       {{commit.message}}
       ```
-
       {{ build.link }}
       {{/success}}