parent
7c8f622afa
commit
85187c749e
@ -34,10 +34,9 @@ steps:
|
||||
when:
|
||||
- event: push
|
||||
- status: [success, failure]
|
||||
depends_on: build-release
|
||||
environment:
|
||||
GOTOKEN:
|
||||
from_secret: GOTIFY_TOKEN
|
||||
commands:
|
||||
- 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