diff --git a/pkg/reconciler/taskrun/taskrun.go b/pkg/reconciler/taskrun/taskrun.go index 5e577ac44d0..66213faf9d6 100644 --- a/pkg/reconciler/taskrun/taskrun.go +++ b/pkg/reconciler/taskrun/taskrun.go @@ -353,7 +353,6 @@ func (c *Reconciler) stopSidecars(ctx context.Context, tr *v1.TaskRun) error { logger.Errorf("Error stopping sidecars for TaskRun %q: %v", tr.Name, err) tr.Status.MarkResourceFailed(v1.TaskRunReasonStopSidecarFailed, err) } - } return nil }