about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-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}}