parent
8bfe6cd4ca
commit
7c8f622afa
@ -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
|
Loading…
x
Reference in New Issue
Block a user