This commit is contained in:
parent
d2e3b73e51
commit
6a57ecffd1
12
.drone.yml
12
.drone.yml
@ -16,8 +16,12 @@ steps:
|
||||
from_secret: telegram_token
|
||||
to: 2129601481
|
||||
message: >
|
||||
{{#success build.status}} OK {{ else }} FAILURE {{/success}}
|
||||
Commit: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{ build.commit }}|{{ truncate build.commit 8 }}>
|
||||
Branch: <https://github.com/{{ repo.owner }}/{{ repo.name }}/commits/{{ build.branch }}|{{ build.branch }}>
|
||||
Author: {{ build.author }}
|
||||
Status: <b{{#success build.status}} OK {{ else }} FAILURE {{/success}}</b>
|
||||
|
||||
Commit: <a href="https://github.com/{{ repo.owner }}/{{ repo.name }}/commit/{{ build.commit }}|{{ truncate build.commit 8 }}">{{ build.commit }}|{{ truncate build.commit 8 }}</a
|
||||
|
||||
Branch: <a https://github.com/{{ repo.owner }}/{{ repo.name }}/commits/{{ build.branch }}|{{ build.branch }}></a>
|
||||
|
||||
Author: {{ build.author }}
|
||||
|
||||
Build: <{{ build.link }}| Drone Build {{ build.number }} >
|
Loading…
Reference in New Issue
Block a user