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: |