From db8226acd668efe98cad96b2520ababc5cea4092 Mon Sep 17 00:00:00 2001 From: Matthieu 'JP' DERASSE Date: Fri, 5 Aug 2022 14:42:53 +0000 Subject: [PATCH] fix(drone): Apply fix on telegram --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4c8088d..5da1bc0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: testing +name: test-pipeline platform: os: linux @@ -85,6 +85,10 @@ steps: status: - failure - success + depends_on: + - test + - lint + - tidy volumes: - name: gopath