Some checks failed
Build and Deploy / build (push) Has been cancelled
The clone init container was failing with 'destination path already exists' when the pod restarted. EmptyDir volumes persist across container restarts but init containers run again. Now checks if workspace exists: - If .git directory exists: fetch and reset to latest master - If not: clean and clone fresh This fixes the CrashLoopBackOff caused by failed clone attempts.