Files
maas-proxmox/.gitea/workflows/build-image.yml
ilkermanap 8b2e1275af Do not delete the workspace from inside it
The checkout step ran rm -rf on $GITHUB_WORKSPACE while the shell's working
directory was that same path. git then failed with 'Unable to read current
working directory', and every later step died with 'fork/exec /usr/bin/bash: no
such file or directory' for the same reason.

Both the checkout and the cleanup step now cd to / first.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-04 22:36:47 +02:00

4.3 KiB