Skip to content

Commit

Permalink
chore: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Oct 14, 2024
1 parent 1a42364 commit 6d18e7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/testworkflows/testworkflowexecutor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,6 @@ func (e *executor) buildWorkflowConfig(workflow *testworkflowsv1.TestWorkflow) t
}
}

func (e *executor) buildResourceConfig(resourceId, rootResourceId, fsPrefix string) testworkflowconfig.ResourceConfig {
return testworkflowconfig.ResourceConfig{
Id: resourceId,
RootId: rootResourceId,
FsPrefix: fsPrefix,
}
}

func (e *executor) buildControlPlaneConfig(orgId, envId string) testworkflowconfig.ControlPlaneConfig {
dashboardUrl := e.dashboardURI
if orgId != "" && envId != "" && dashboardUrl == "" {
Expand Down

0 comments on commit 6d18e7f

Please sign in to comment.