Updated Woodpecker config to chill on the email notifications and added step to publish releases
This commit is contained in:
parent
9ce14d5b75
commit
eb25a475ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user