You've already forked docker-bitlbee-libpurple
trigger notification instead when
This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -87,8 +87,8 @@ clone:
|
|||||||
disable: true
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: notification
|
- name: telegram
|
||||||
image: appleboy/drone-telegram:1.3.4
|
image: appleboy/drone-telegram:1.3.10
|
||||||
failure: ignore
|
failure: ignore
|
||||||
settings:
|
settings:
|
||||||
token:
|
token:
|
||||||
@@ -98,18 +98,19 @@ steps:
|
|||||||
message: |
|
message: |
|
||||||
*{{commit.author}} ({{commit.email}})*
|
*{{commit.author}} ({{commit.email}})*
|
||||||
*{{repo.namespace}}/{{repo.name}}*
|
*{{repo.namespace}}/{{repo.name}}*
|
||||||
[Pipeline #{{build.number}} has {{#success build.status}}passed{{else}}failed{{/success}} in {{duration build.started build.finished}}]({{build.link}}) {{#success build.status}}✅{{else}}❌{{/success}}
|
[Pipeline #{{build.number}} has {{#success build.status}}passed{{else}}failed{{/success}} in {{since build.started}}]({{build.link}}) {{#success build.status}}✅{{else}}❌{{/success}}
|
||||||
*Branch:* [{{commit.branch}}](https://github.com/{{repo.namespace}}/{{repo.name}}/commits/{{commit.branch}}) *Commit:* [{{commit.message}}]({{commit.link}})
|
*Branch:* [{{commit.branch}}](https://github.com/{{repo.namespace}}/{{repo.name}}/commits/{{commit.branch}}) *Commit:* [{{commit.message}}]({{commit.link}})
|
||||||
when:
|
|
||||||
status:
|
trigger:
|
||||||
- success
|
status:
|
||||||
- failure
|
- success
|
||||||
|
- failure
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 7510d775f0f5a15c09e28e645dd8fa21151614749ce232922efc4188b98a5254
|
hmac: 7f95adbdf58e186c107606f31f1f6d99d973672d4feda22c01b6b2cc8e68939d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user