diff options
author | Emile <hanemile@protonmail.com> | 2019-09-25 17:08:56 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-25 17:08:56 +0200 |
commit | 1f73b57298a2e6ea66eca461ca5377119136d7e8 (patch) | |
tree | 4b8dea4a15c9d80ab30d0c5d83a67df2c22079e5 /.drone.yml | |
parent | b8102cd64156247b739f6ab9f756912dac1b4348 (diff) |
updated the drone file
removed some useless utf8 chars
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
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}} |