From 26b752ab346cf5bd77aa61713cc0f0479e3b2205 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 11 Mar 2023 01:20:30 +0100 Subject: [PATCH] whyyyy --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e5a9bc..2cf067c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,8 @@ success_notification: script: - wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh - chmod +x send.sh - - ls -a - - find . -name send.sh -maxdepth 3 + - file ./send.sh + - dos2unix ./send.sh - ./send.sh success $WEBHOOK_URL when: on_success failure_notification: