This commit is contained in:
Firq 2023-03-11 01:07:58 +01:00
parent 4ef01d796b
commit d4acf22d1d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -22,6 +22,7 @@ deploy-site:
success_notification: success_notification:
stage: notification stage: notification
before_script: before_script:
- cat /etc/os-release
- apt update - apt update
- apt install curl - apt install curl
- apt install git - apt install git
@ -33,6 +34,7 @@ success_notification:
failure_notification: failure_notification:
stage: notification stage: notification
before_script: before_script:
- cat /etc/os-release
- apt update - apt update
- apt install curl - apt install curl
- apt install git - apt install git