Files
upaas/internal
sneak 622ec6d18d
Check / check (pull_request) Skipped
Remove the clone container even when the deploy is cancelled (closes #215)
The deferred removal used the deploy context, so a cancelled deploy
(a newer push, or the build timeout) never sent the remove request and
left the clone container and its volume behind. It now uses
context.WithoutCancel, and the test gains a case that cancels the
context while the clone is running.

Model: opus-5-5
2026-09-23 09:28:11 +00:00
..