lets try this

This commit is contained in:
Firq 2023-03-11 01:26:24 +01:00
parent 935669ec49
commit 69035f6db8
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -28,7 +28,7 @@ success_notification:
- apk add file - apk add file
- apk add dos2unix - apk add dos2unix
script: 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 - chmod +x send.sh
- file ./send.sh - file ./send.sh
- dos2unix ./send.sh - dos2unix ./send.sh
@ -41,7 +41,7 @@ failure_notification:
- apk add curl - apk add curl
- apk add git - apk add git
script: 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 - chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL - ./send.sh failure $WEBHOOK_URL
when: on_failure when: on_failure