Gitea workflow: removing unnecessary volume mount.
Some checks failed
Productmodel Java CI with Maven / build (push) Failing after 2m8s

This commit is contained in:
2026-01-12 16:38:40 +01:00
parent e3e3a709d5
commit f0daaaa914

View File

@@ -10,15 +10,10 @@ jobs:
container:
image: gs.kapdion.com/kapdionos/java22-mvn-build:v1
volumes:
- /opt/gitea-runner-data/maven-m2:/root/.m2 # mounte das m2 Verzeichnis des Hosts
steps:
# 1. Checkout (braucht Node.js, welches im Standard-Runner vorhanden ist)
- name: Checkout Code
uses: actions/checkout@v3
- name: Debug Maven Settings & Mount
run: |
echo "=== 1. Wer bin ich? ==="
@@ -43,11 +38,6 @@ jobs:
# Wir filtern den Output, da er sonst riesig ist.
mvn -X help:effective-settings -DshowPasswords=false | grep "Reading"
# 4. Eigentlicher Build
# - name: Build with Maven
# run: mvn -B package
# 5. Deploy to Gitea Maven Repository
- name: Deploy to Gitea Maven Repository
run: mvn deploy
# env: