Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: ismael FALL <[email protected]>
  • Loading branch information
Doozers committed Sep 12, 2022
1 parent 8ee4b48 commit d71d60d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/pkg/yolosvc/driver_github.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@ func (worker *githubWorker) batchFromWorkflowRun(run *github.WorkflowRun, prs []
newBuild.ApplyMetadataOverride(override)
}

fmt.Println("override", override)

if run.GetConclusion() != "" {
newBuild.FinishedAt = &updatedAt // maybe we can have a more accurate date?
}
Expand Down

0 comments on commit d71d60d

Please sign in to comment.