refactor: app move review pass

This commit is contained in:
2025-09-01 07:36:13 +02:00
parent 61849a358c
commit 42bb9a9af1
3 changed files with 118 additions and 90 deletions

View File

@ -84,7 +84,7 @@ func RunRemove(ctx context.Context, client *apiclient.Client, opts Remove) error
continue
}
log.Debug("polling undeploy status")
log.Info(i18n.G("polling undeploy status"))
timeout, err := waitOnTasks(ctx, client, namespace)
if timeout {
errs = append(errs, err.Error())