about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 17:08:56 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 17:08:56 +0200
commit1f73b57298a2e6ea66eca461ca5377119136d7e8 (patch)
tree4b8dea4a15c9d80ab30d0c5d83a67df2c22079e5
parentb8102cd64156247b739f6ab9f756912dac1b4348 (diff)
updated the drone file
removed some useless utf8 chars
-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}}