merge to one pipeline

This commit is contained in:
ezkrg
2021-09-21 14:56:44 +02:00
parent 762b4db2df
commit 5ad6b29d01

View File

@@ -78,16 +78,7 @@ steps:
event:
- tag
---
kind: pipeline
type: docker
name: notification
clone:
disable: true
steps:
- name: telegram
- name: notification
image: appleboy/drone-telegram:1.3.4
failure: ignore
settings:
@@ -100,9 +91,13 @@ steps:
*{{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}}
*Branch:* [{{commit.branch}}](https://github.com/{{repo.namespace}}/{{repo.name}}/commits/{{commit.branch}}) *Commit:* [{{commit.message}}]({{commit.link}})
when:
status:
- success
- failure
---
kind: signature
hmac: 00e85cfab9078d3b6de85baa1e6e32cd3548c0c7f10d997d2c8bcb1f190ae3a7
hmac: 1e71b1fcd0f0cf3b5bb9742137a2897f6c9596568c7fe355e64db686cdceb4d4
...