From 06a865e97438ea5ecb08a5487dd5b11b3a8d338e Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 15 Sep 2026 17:49:51 +1000 Subject: [PATCH] build: Add bash verbose feedback for debugging --- .gitea/workflows/actions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 9398667..fed9c73 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -107,8 +107,11 @@ jobs: --check-tmpdir ignore \ ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}.img \ ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}-compacted.img + + rm ubuntu-vm/ubuntu-${{ env.UBUNTU_VERSION }}-rke2-v${{ needs.semrel_dryrun.outputs.version }}.img - name: Upload image file run: | + set -x REPO_TOKEN=$(curl -fsSL -X POST \ http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/auth/login \ -H "Content-Type: application/json" \