From a8b8689093cab2f488b47c82e414e936440b74cf Mon Sep 17 00:00:00 2001 From: ezkrg Date: Tue, 21 Sep 2021 15:02:38 +0200 Subject: forgot that same pipeline logs zero running time --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 65cfbb4..5a25c6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,6 +78,15 @@ steps: event: - tag +--- +kind: pipeline +type: docker +name: notification + +clone: + disable: true + +steps: - name: notification image: appleboy/drone-telegram:1.3.4 failure: ignore @@ -96,6 +105,9 @@ steps: - success - failure +depends_on: + - docker + --- kind: signature hmac: 1e71b1fcd0f0cf3b5bb9742137a2897f6c9596568c7fe355e64db686cdceb4d4 -- cgit v1.2.3