From 88db5ed353f7a15c309eb2072051b3e2c25beb4a Mon Sep 17 00:00:00 2001 From: Doc Date: Mon, 6 Oct 2025 13:00:19 -0400 Subject: [PATCH] revisions of isolation-check --- .gitea/workflows/isolation-check.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/isolation-check.yaml b/.gitea/workflows/isolation-check.yaml index 96aabd4..0e305db 100644 --- a/.gitea/workflows/isolation-check.yaml +++ b/.gitea/workflows/isolation-check.yaml @@ -26,14 +26,11 @@ jobs: df -h - name: Dumping environment variables - continue-on-error: true run: | - set +e echo "--- Check for parent variables ---" - printenv | grep -Pi 'GITEA_RUNNER_REGISTRATION_FILE|GITEA_RUNNER_REGISTRATION_TOKEN_FILE|GITEA_RUNNER_REGISTRATION_TOKEN' + printenv | grep -Pi 'GITEA_RUNNER_REGISTRATION_FILE|GITEA_RUNNER_REGISTRATION_TOKEN_FILE|GITEA_RUNNER_REGISTRATION_TOKEN' || true echo "--- List all variables ---" printenv - true - name: Network routes and interfaces run: |