From 89536960b722e9e8c885c94d2a2c108916802c68 Mon Sep 17 00:00:00 2001 From: paadi Date: Tue, 14 Apr 2026 16:16:40 +0200 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert add presetLocalContainer test --- .gitea/workflows/test.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f3ed250..f8cb9dc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -9,24 +9,9 @@ jobs: Test-Gitea-Actions: runs-on: ubuntu-latest steps: - - name: Disable SSL verify (TEST ONLY) - run: git config --global http.sslVerify false - - - name: Verify Fix - run: cat /etc/hosts - name: PrintTest testing uses: http://gitea.tecamino.local:8418/paadi/giteaGlobals/test@main with: myVar: "hallo from adrian" - - - name: Force DNS Fix (Robust) - shell: sh - run: | - # Extrahiert die Gateway-IP aus der Routing-Tabelle ohne 'ip' Befehl - GATEWAY_IP=$(awk 'NR==2 {printf "%d.%d.%d.%d\n", "0x"substr($3,7,2), "0x"substr($3,5,2), "0x"substr($3,3,2), "0x"substr($3,1,2)}' /proc/net/route) - echo "Gefundene Gateway-IP: $GATEWAY_IP" - # Schreibt den Eintrag in die /etc/hosts - echo "$GATEWAY_IP gitea.tecamino.local" >> /etc/hosts - - - name: Verify Fix - run: cat /etc/hosts \ No newline at end of file + - name: testing preset container + uses: http://gitea.tecamino.local:8418/paadi/giteaGlobals/presetLocalContainer@main \ No newline at end of file