parent
736b0e854a
commit
bbb9fc62f5
@ -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
|
Loading…
x
Reference in New Issue
Block a user