parent
8bfe6cd4ca
commit
7c8f622afa
@ -35,14 +35,9 @@ steps:
|
|||||||
- event: push
|
- event: push
|
||||||
- status: [success, failure]
|
- status: [success, failure]
|
||||||
depends_on: build-release
|
depends_on: build-release
|
||||||
secrets:
|
environment:
|
||||||
- GITEA_TOKEN
|
GOTOKEN:
|
||||||
- TEST_REPO_SECRET
|
from_secret: GOTIFY_TOKEN
|
||||||
- TEST_USER_SECRET
|
|
||||||
commands:
|
commands:
|
||||||
- ls build
|
|
||||||
- echo $$GITEA_TOKEN
|
|
||||||
- echo $TEST_REPO_SECRET
|
|
||||||
- echo {$$TEST_USER_SECRET}
|
|
||||||
- apk add wget
|
- 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
|
Loading…
x
Reference in New Issue
Block a user