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
changelog:
skip: false
gitea_urls:
api: https://gitea.dwysokinski.me/api/v1
download: https://gitea.dwysokinski.me

View File

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

View File

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