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

This commit is contained in:
Charles Click 2024-03-30 03:04:31 -04:00
parent 8bfe6cd4ca
commit 7c8f622afa
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -35,14 +35,9 @@ steps:
- event: push
- status: [success, failure]
depends_on: build-release
secrets:
- GITEA_TOKEN
- TEST_REPO_SECRET
- TEST_USER_SECRET
environment:
GOTOKEN:
from_secret: GOTIFY_TOKEN
commands:
- ls build
- echo $$GITEA_TOKEN
- echo $TEST_REPO_SECRET
- echo {$$TEST_USER_SECRET}
- apk add wget
- wget "https://git.vertinext.com/message?token=${GITEA_TOKEN}" --post-data "title=${CI} - ${CI_REPO_NAME}&message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}&priority=0" -O /dev/null
- wget "https://git.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null