From eb25a475ab517b551189943a0fa4fdfc38cbf799 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 7 Mar 2022 12:04:06 -0500 Subject: [PATCH] Updated Woodpecker config to chill on the email notifications and added step to publish releases --- .woodpecker.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index cb70c60..6d775d0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,3 +23,15 @@ pipeline: skip_verify: true from: drone@ci-v1.int.metaunix.net attachment: test/results.txt + when: + status: [ changed, failure ] + + gitea_release: + image: plugins/gitea-release + settings: + api_key: + from_secret: gitea_api_key + base_url: https://git.metaunix.net + title: "${CI_COMMIT_TAG}" + when: + event: tag