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.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index a6ec275..76d79cc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -36,21 +36,21 @@ steps:
       {{#success build.status}}
       ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
 
-      📝 Commit by {{commit.author}} on `{{commit.branch}}`:
+      Commit by {{commit.author}} on `{{commit.branch}}`:
 
       ```
       {{commit.message}}
       ```
 
-      🌐 {{ build.link }}
+      {{ build.link }}
       {{else}}
       ❌ Build #{{build.number}} of `{{repo.name}}` failed.
 
-      📝 Commit by {{commit.author}} on `{{commit.branch}}`:
+      Commit by {{commit.author}} on `{{commit.branch}}`:
 
       ```
       {{commit.message}}
       ```
 
-      🌐 {{ build.link }}
+      {{ build.link }}
       {{/success}}