From 3eee533f66044e9d156de075d405a76955305310 Mon Sep 17 00:00:00 2001 From: tuanvu Date: Mon, 16 Feb 2026 16:49:30 +0100 Subject: [PATCH] install git --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20ec8f6..fbd8b42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ check_app_update: tags: - docker script: + - apt-get install git # Récupère le dernier commit distant - LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}') # Récupère le commit actuel du submodule