From 69035f6db809e087522204933df7d6b35d4237cd Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 11 Mar 2023 01:26:24 +0100 Subject: [PATCH] lets try this --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8669495..192c6e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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