lets try this
This commit is contained in:
parent
935669ec49
commit
69035f6db8
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ success_notification:
|
|||
- apk add file
|
||||
- apk add dos2unix
|
||||
script:
|
||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||
- wget https://raw.githubusercontent.com/Firq-ow/gitlab-ci-discord-webhook/master/send.sh
|
||||
- chmod +x send.sh
|
||||
- file ./send.sh
|
||||
- dos2unix ./send.sh
|
||||
|
@ -41,7 +41,7 @@ failure_notification:
|
|||
- apk add curl
|
||||
- apk add git
|
||||
script:
|
||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||
- wget https://raw.githubusercontent.com/Firq-ow/gitlab-ci-discord-webhook/master/send.sh
|
||||
- chmod +x send.sh
|
||||
- ./send.sh failure $WEBHOOK_URL
|
||||
when: on_failure
|
||||
|
|
Loading…
Reference in a new issue