Entferne Maven-Docker-Container aus Workflow
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 6s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 6s
This commit is contained in:
@@ -9,9 +9,6 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: maven:3.9.9-eclipse-temurin-22
|
||||
options: --user 0 # Als Root laufen, um Berechtigungsprobleme zu vermeiden
|
||||
|
||||
steps:
|
||||
# Ersetze actions/checkout durch manuelle Git-Befehle,
|
||||
@@ -19,7 +16,7 @@ jobs:
|
||||
- name: Manual Checkout
|
||||
run: |
|
||||
echo "Starte manuellen Checkout..."
|
||||
git clone --depth 1 http://192.168.2.186:3000/KapDionOS/productmodel.git . # Passe URL an
|
||||
git clone --depth 1 http://192.168.2.186:3000/KapDionOS/productmodel.git .
|
||||
# Wenn Authentifizierung nötig: git clone --depth 1 https://<token>@192.168.2.186:3000/KapDionOS/productmodel.git .
|
||||
echo "Checkout abgeschlossen. Inhalt:"
|
||||
ls -la
|
||||
|
||||
Reference in New Issue
Block a user