This commit is contained in:
tuanvu
2026-02-16 15:36:32 +01:00
parent fce18a4da1
commit c4f8bc3a0c

View File

@@ -15,9 +15,7 @@ variables:
check_app_update:
stage: check
image: debian:latest
before_script:
- apt-get update && apt-get install -y git ca-certificates
image: alpine/git:latest
script:
# Récupère le dernier commit distant
- LATEST_REMOTE=$(git ls-remote $APP_REPO HEAD | awk '{print $1}')