From 85187c749e78d3119fe0f9220483f3fd44d6225f Mon Sep 17 00:00:00 2001 From: ccubed Date: Sat, 30 Mar 2024 03:07:43 -0400 Subject: [PATCH] test --- .woodpecker.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a56a0f3..8a72877 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -34,10 +34,9 @@ steps: when: - event: push - status: [success, failure] - depends_on: build-release environment: GOTOKEN: from_secret: GOTIFY_TOKEN commands: - 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 \ No newline at end of file + - wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null \ No newline at end of file