Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <tsk2013uestc@163.com>
  • Loading branch information
shuangkun committed Mar 30, 2024
1 parent cbed4e5 commit 2883edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/controller/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -2372,8 +2372,8 @@ func (woc *wfOperationCtx) markWorkflowPhase(ctx context.Context, phase wfv1.Wor
woc.log.Info("Doesn't match with archive label selector. Skipping Archive")
}
}
woc.wf.Status.RetryStatus = nil
woc.updated = true
woc.wf.Status.RetryStatus = nil
woc.controller.queuePodForCleanup(woc.wf.Namespace, woc.getAgentPodName(), deletePod)
}
}
Expand Down

0 comments on commit 2883edc

Please sign in to comment.