nesh changes

This commit is contained in:
Firq 2023-03-11 01:10:19 +01:00
parent d4acf22d1d
commit b87eb1cbc5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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