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

This commit is contained in:
Charles Click 2024-03-30 02:47:21 -04:00
parent 736b0e854a
commit bbb9fc62f5
Signed by: roryejinn
GPG Key ID: EDECB89DEDB998C0

View File

@ -37,10 +37,11 @@ steps:
depends_on: build-release
secrets:
- GITEA_TOKEN
- TEST_REPO_SECRET
- TEST_USER_SECRET
commands:
- apk add wget
- echo $${GITEA_TOKEN}
- echo ${GITEA_TOKEN}
- echo $GITEA_TOKEN
- echo $$GITEA_TOKEN
- wget "https://git.vertinext.com/message?token=${GITEA_TOKEN}" -F "title=${CI} - ${CI_REPO_NAME}" -F "message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}" -F "priority=0"
- echo ${TEST_REPO_SECRET}
- echo ${TEST_USER_SECRET}
- 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