Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sthope 2021-09-02 12:51:07 +02:00
parent a9647b1ab4
commit 4d398baf0a

View File

@ -46,14 +46,14 @@ steps:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 <{{ build.link }}>
{{else}} {{else}}
❌ Build #{{build.number}} of `{{repo.name}}` failed. ❌ Build #{{build.number}} of `{{repo.name}}` failed.
📝 Commit by {{commit.author}} on `{{commit.branch}}`: 📝 Commit by {{commit.author}} on `{{commit.branch}}`:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 <{{ build.link }}>
{{/success}} {{/success}}