parent
7c8f622afa
commit
85187c749e
@ -34,10 +34,9 @@ steps:
|
|||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
- status: [success, failure]
|
- status: [success, failure]
|
||||||
depends_on: build-release
|
|
||||||
environment:
|
environment:
|
||||||
GOTOKEN:
|
GOTOKEN:
|
||||||
from_secret: GOTIFY_TOKEN
|
from_secret: GOTIFY_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- apk add wget
|
- apk add wget
|
||||||
- wget "https://git.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null
|
- wget "https://gotify.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null
|
Loading…
Reference in New Issue
Block a user