From 39af511bbd20cb12c41abbd64cfecaee82d38cde Mon Sep 17 00:00:00 2001 From: nilzbu Date: Sat, 9 Aug 2025 16:33:33 +0200 Subject: [PATCH] pipeline --- .gitea/workflows/buildAndDeply.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/buildAndDeply.yaml b/.gitea/workflows/buildAndDeply.yaml index d5b88a2..44c2e91 100644 --- a/.gitea/workflows/buildAndDeply.yaml +++ b/.gitea/workflows/buildAndDeply.yaml @@ -26,6 +26,19 @@ jobs: - name: 📥 Repository auschecken uses: actions/checkout@v4 + - name: 🔎 Volumes & Umgebung prüfen + shell: bash + run: | + set -x + echo "PWD=$(pwd)" + java -version + which bash || true + ls -la + # Volumes sichtbar? + ls -ld /shared_jar_data || true + ls -ld /shared_trigger_dir || true + + - name: 🧼 IP-Adresse von Gitea zu /etc/hosts hinzufügen run: echo "172.26.0.2 gitea" >> /etc/hosts