chore: lint and fix e2e deploy tests with ReplaceContainerOperation

This commit is contained in:
Pasha Sviderski
2026-02-09 09:53:51 +00:00
parent 53bf446502
commit 215f21439d
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -171,7 +171,6 @@ type ReplaceContainerOperation struct {
}
func (o *ReplaceContainerOperation) Execute(ctx context.Context, cli Client) error {
stopFirst := o.Order == api.UpdateOrderStopFirst
if stopFirst {