From d4acf22d1d7074c1a847e63de01a52a65381dac5 Mon Sep 17 00:00:00 2001 From: Firq Date: Sat, 11 Mar 2023 01:07:58 +0100 Subject: [PATCH] test --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6763e1..eea2e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ deploy-site: success_notification: stage: notification before_script: + - cat /etc/os-release - apt update - apt install curl - apt install git @@ -33,6 +34,7 @@ success_notification: failure_notification: stage: notification before_script: + - cat /etc/os-release - apt update - apt install curl - apt install git