ci: retirer le montage explicite du socket docker pour eviter le doublon
AS Talange CI/CD Pipeline / Build & Run Unit Tests (push) Successful in 2m57s
AS Talange CI/CD Pipeline / Build & Run in Docker Container (push) Failing after 3m23s

This commit is contained in:
2026-05-31 01:04:29 +02:00
parent fc81b9e1ac
commit f82021f6fc
-3
View File
@@ -14,7 +14,6 @@ jobs:
steps: steps:
- name: Clone repository - name: Clone repository
run: | run: |
# Install git if not present in the maven image
if ! command -v git &> /dev/null; then if ! command -v git &> /dev/null; then
apt-get update && apt-get install -y git apt-get update && apt-get install -y git
fi fi
@@ -33,8 +32,6 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
container: container:
image: docker:latest image: docker:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Clone repository - name: Clone repository
run: | run: |