Skip to content

Commit

Permalink
chore: Clear debug
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed May 22, 2024
1 parent e4d6e6e commit ccc4995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/core/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ func isTaskSkipped(pipelineRun *v1.PipelineRun, taskPipelineName string) bool {

func translateTaskStatus(task *v1.TaskRun) contract.Status {
if task.IsCancelled() {
print("IsCancelled")
return contract.PipelineCancelled
}
finish := task.Status.GetCondition(apis.ConditionSucceeded)
Expand Down

0 comments on commit ccc4995

Please sign in to comment.