Skip to content

Commit

Permalink
remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish-devtron committed Sep 26, 2023
1 parent 51c38dc commit 24edc2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/pipeline/ArgoWorkflowExecutor.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func (impl *ArgoWorkflowExecutorImpl) ExecuteWorkflow(workflowTemplate bean.Work
return nil, err
}
if len(templates) > 0 {
//TODO KB: put this logic inside WFTemplate.getEntrypoint
entryPoint = workflowTemplate.GetEntrypoint()
}

Expand All @@ -95,7 +94,6 @@ func (impl *ArgoWorkflowExecutorImpl) ExecuteWorkflow(workflowTemplate bean.Work
impl.updateBlobStorageConfig(workflowTemplate, &ciCdTemplate)
templates = append(templates, ciCdTemplate)

//TODO KB: use func wfTemplate.createObjectMetadata
objectMeta := workflowTemplate.CreateObjectMetadata()

var (
Expand Down

0 comments on commit 24edc2a

Please sign in to comment.