test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Charles Click 2024-03-30 03:07:43 -04:00
parent 7c8f622afa
commit 85187c749e
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -34,10 +34,9 @@ steps:
when: when:
- event: push - event: push
- status: [success, failure] - status: [success, failure]
depends_on: build-release
environment: environment:
GOTOKEN: GOTOKEN:
from_secret: GOTIFY_TOKEN from_secret: GOTIFY_TOKEN
commands: commands:
- apk add wget - apk add wget
- wget "https://git.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null - wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null