From 3f956f379c0b6ec72283506465595a9f214bad6f 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 7bc3020..fe93237 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: 19073974198abc996598592800fbddab3d576f6fc40a37e6e688f158f6dfde9d +hmac: 80a1f3c10b5c08fedebfe932cb2ac4dbc36fe532515ab48395320fb8f002b9a8 ...