This commit is contained in:
parent
15b1e3bbfe
commit
e6f1ed0e8e
19
.drone.yml
19
.drone.yml
@ -47,4 +47,21 @@ steps:
|
||||
status:
|
||||
- changed
|
||||
- failure
|
||||
- success
|
||||
- success
|
||||
|
||||
message: >
|
||||
{{#success build.status}}
|
||||
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
||||
📝 Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||
```
|
||||
{{commit.message}}
|
||||
```
|
||||
🌐 {{ build.link }}
|
||||
{{else}}
|
||||
❌ Build #{{build.number}} of `{{repo.name}}` failed.
|
||||
📝 Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||
```
|
||||
{{commit.message}}
|
||||
```
|
||||
🌐 {{ build.link }}
|
||||
{{/success}}
|
Loading…
x
Reference in New Issue
Block a user