pipeline
Some checks failed
Build-und-Deploy / build (push) Failing after 1m20s

This commit is contained in:
nilzbu
2025-08-09 16:33:33 +02:00
parent 32dfb0d6b4
commit 39af511bbd

View File

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