From cea11a4b5e03f0f243579b76db8a81bd244fc6e2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 09:17:37 +0100 Subject: [PATCH] fix pipeline deps --- .drone.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a3ca1ac..8daaa4f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,12 @@ steps: commands: - markdownlint 'README.md' +trigger: + ref: + - refs/heads/master + - refs/pull/** + - refs/tags/** + --- kind: pipeline name: build-container @@ -104,6 +110,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -170,6 +179,6 @@ depends_on: --- kind: signature -hmac: 0ccf2bfbeb3cde1923c078aaf631397a2dfd02c8b7aa3ccedfba1e28368ffde7 +hmac: f567e4b7d95c3f397ef1523c1a5bd46dc1ded4de3a2e3f44c67f953b82471bce ...