nesh changes
This commit is contained in:
parent
d4acf22d1d
commit
b87eb1cbc5
1 changed files with 6 additions and 8 deletions
|
@ -22,10 +22,9 @@ deploy-site:
|
||||||
success_notification:
|
success_notification:
|
||||||
stage: notification
|
stage: notification
|
||||||
before_script:
|
before_script:
|
||||||
- cat /etc/os-release
|
- apk update
|
||||||
- apt update
|
- apk add curl
|
||||||
- apt install curl
|
- apk add git
|
||||||
- apt install git
|
|
||||||
script:
|
script:
|
||||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||||
- chmod +x send.sh
|
- chmod +x send.sh
|
||||||
|
@ -34,10 +33,9 @@ success_notification:
|
||||||
failure_notification:
|
failure_notification:
|
||||||
stage: notification
|
stage: notification
|
||||||
before_script:
|
before_script:
|
||||||
- cat /etc/os-release
|
- apk update
|
||||||
- apt update
|
- apk add curl
|
||||||
- apt install curl
|
- apk add git
|
||||||
- apt install git
|
|
||||||
script:
|
script:
|
||||||
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
- wget https://raw.githubusercontent.com/DiscordHooks/gitlab-ci-discord-webhook/master/send.sh
|
||||||
- chmod +x send.sh
|
- chmod +x send.sh
|
||||||
|
|
Loading…
Reference in a new issue