From 5ad6b29d01f4a33c9987df5b61edddecbc5ae28b Mon Sep 17 00:00:00 2001 From: ezkrg Date: Tue, 21 Sep 2021 14:56:44 +0200 Subject: merge to one pipeline --- .drone.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index e1b9a4d..65cfbb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... -- cgit v1.2.3