From 0d1f4f2073615ec7b3d2a0ff9d1dbefbc332929b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 28 Oct 2020 09:17:36 +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 b8da93f..0b9aa9f 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: 22facbc4071563f5e70469cc468ad046a6ce022e39fa98999c44bf1813e53b4e +hmac: 70e1d24dc7a7922ce7cb810481ba12a10e70fb41f5012d242393760f7c81c964 ...