chore: release prep part 8
ci/woodpecker/push/govulncheck Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/cron/govulncheck Pipeline was successful Details
ci/woodpecker/tag/release Pipeline failed Details
ci/woodpecker/tag/deployment unknown status Details

This commit is contained in:
Dawid Wysokiński 2024-03-31 11:35:40 +02:00
parent 74addc9730
commit a7a2230401
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
3 changed files with 9 additions and 4 deletions

View File

@ -25,3 +25,6 @@ checksum:
algorithm: sha256 algorithm: sha256
changelog: changelog:
skip: false skip: false
gitea_urls:
api: https://gitea.dwysokinski.me/api/v1
download: https://gitea.dwysokinski.me

View File

@ -28,8 +28,9 @@ steps:
recipients: recipients:
- notifications@twhelp.app - notifications@twhelp.app
recipients_only: true recipients_only: true
subject: content:
"[deployment - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.tag }}" subject:
"[deployment - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.tag }}"
when: when:
status: [success, failure] status: [success, failure]
event: cron event: cron

View File

@ -30,8 +30,9 @@ steps:
recipients: recipients:
- notifications@twhelp.app - notifications@twhelp.app
recipients_only: true recipients_only: true
subject: content:
"[govulncheck - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}" subject:
"[govulncheck - {{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}"
when: when:
status: [success, failure] status: [success, failure]
event: cron event: cron