From 03f4c7a7353dcf843f6ce2034e9702cea522903b Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 15 Sep 2026 16:39:56 +1000 Subject: [PATCH] build: Add bash verbose feedback for debugging --- .gitea/workflows/actions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9398667..988f6c8 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -109,6 +109,7 @@ jobs: ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img - name: Upload image file run: | + set +e REPO_TOKEN=$(curl -fsSL -X POST \ http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/auth/login \ -H "Content-Type: application/json" \