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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: maven:3.9.9-eclipse-temurin-22
|
|
||||||
options: --user 0 # Als Root laufen, um Berechtigungsprobleme zu vermeiden
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Ersetze actions/checkout durch manuelle Git-Befehle,
|
# Ersetze actions/checkout durch manuelle Git-Befehle,
|
||||||
@@ -19,7 +16,7 @@ jobs:
|
|||||||
- name: Manual Checkout
|
- name: Manual Checkout
|
||||||
run: |
|
run: |
|
||||||
echo "Starte manuellen Checkout..."
|
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 .
|
# Wenn Authentifizierung nötig: git clone --depth 1 https://<token>@192.168.2.186:3000/KapDionOS/productmodel.git .
|
||||||
echo "Checkout abgeschlossen. Inhalt:"
|
echo "Checkout abgeschlossen. Inhalt:"
|
||||||
ls -la
|
ls -la
|
||||||
|
|||||||
Reference in New Issue
Block a user