From 7ea6aef2a11a4d6744d3fe726bfe912cc732134e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 May 2021 22:57:22 +0200 Subject: [PATCH] fix pipeline deps --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 62cb966..0d7ccd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,7 +94,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - changelog + - changelog-format - name: publish-quay image: thegeeklab/drone-docker-buildx:20 @@ -111,7 +111,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - changelog + - changelog-format - name: publish-gitea image: plugins/gitea-release @@ -204,6 +204,6 @@ depends_on: --- kind: signature -hmac: c8e827316b75615b657c139fe9d40cfa5cc00f2b38b5127b3040fac499e9d3a6 +hmac: 39fce31c14c4f9ced76b2f99bcedc671c02050c983afdd9ef8bbd0f12a0b6122 ...