From 20eafc1e6d945f07194c91caad2b56dd7539d6c0 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 13eff1b..43e3f2b 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: 3b85891d147a59ec71d6c83bc3ceec47eedcf535a7ef765839b57412d70fbcec +hmac: bee643af47e57c2d6b21d7e68ec424d25e3aa6bde2926d10b57d7260953a25d5 ...