From f82021f6fca70b7972299c31691c11101037b170 Mon Sep 17 00:00:00 2001 From: Youssef Date: Sun, 31 May 2026 01:04:29 +0200 Subject: [PATCH] ci: retirer le montage explicite du socket docker pour eviter le doublon --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8c3215d..60879e9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: steps: - name: Clone repository run: | - # Install git if not present in the maven image if ! command -v git &> /dev/null; then apt-get update && apt-get install -y git fi @@ -33,8 +32,6 @@ jobs: runs-on: self-hosted container: image: docker:latest - volumes: - - /var/run/docker.sock:/var/run/docker.sock steps: - name: Clone repository run: |