retry debian for first task

This commit is contained in:
tuanvu
2026-02-16 15:31:27 +01:00
parent 110033155f
commit 29faddbe2b
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -53,7 +53,6 @@
port: "{{ http_port }}"
proto: tcp
- name: Install munin
apt:
name: