parent
736b0e854a
commit
bbb9fc62f5
@ -37,10 +37,11 @@ steps:
|
|||||||
depends_on: build-release
|
depends_on: build-release
|
||||||
secrets:
|
secrets:
|
||||||
- GITEA_TOKEN
|
- GITEA_TOKEN
|
||||||
|
- TEST_REPO_SECRET
|
||||||
|
- TEST_USER_SECRET
|
||||||
commands:
|
commands:
|
||||||
- apk add wget
|
- apk add wget
|
||||||
- echo $${GITEA_TOKEN}
|
|
||||||
- echo ${GITEA_TOKEN}
|
- echo ${GITEA_TOKEN}
|
||||||
- echo $GITEA_TOKEN
|
- echo ${TEST_REPO_SECRET}
|
||||||
- echo $$GITEA_TOKEN
|
- echo ${TEST_USER_SECRET}
|
||||||
- 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"
|
- 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