From 1f73b57298a2e6ea66eca461ca5377119136d7e8 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 25 Sep 2019 17:08:56 +0200 Subject: updated the drone file removed some useless utf8 chars --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.drone.yml') 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}} -- cgit 1.4.1