From d3d7323bfde9168efffe29b063c704195bb063b7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 09:14:57 +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 bce45e9..ebc1ead 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 @@ -110,6 +116,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -176,6 +185,6 @@ depends_on: --- kind: signature -hmac: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e +hmac: 97a62bacf999198051267fb01d859c7b514a667d4dd4e2c1872cd9ce121e1c3a ...