From b87eb1cbc5b31ebb8b7f8c45df8f3f6b5c235d16 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 11 Mar 2023 01:10:19 +0100 Subject: [PATCH] nesh changes --- .gitlab-ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eea2e20..f4e7093 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,10 +22,9 @@ deploy-site: success_notification: stage: notification before_script: - - cat /etc/os-release - - apt update - - apt install curl - - apt install git + - apk update + - apk add curl + - apk add git script: - wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh - chmod +x send.sh @@ -34,10 +33,9 @@ success_notification: failure_notification: stage: notification before_script: - - cat /etc/os-release - - apt update - - apt install curl - - apt install git + - apk update + - apk add curl + - apk add git script: - wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh - chmod +x send.sh