From 56da48d1b0a7d8ecd55104b06b8f71549e00acc2 Mon Sep 17 00:00:00 2001 From: tuanvu Date: Mon, 16 Feb 2026 14:55:01 +0100 Subject: [PATCH] return to alpine --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69840a5..5236324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,9 +15,7 @@ variables: check_app_update: stage: check - image: debian:latest - before_script: - - sudo apt-get update && sudo apt-get install -y git + image: alpine:latest script: # Récupère le dernier commit distant - LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')