Skip to content

Commit 57a2687

Browse files
removed redundant
1 parent 0694fda commit 57a2687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/codefresh/argo_runtime.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func newArgoRuntimeAPI(codefresh *codefresh) IRuntimeAPI {
5252
return &argoRuntime{codefresh: codefresh}
5353
}
5454

55-
// func (r *argoRuntime) Create(ctx context.Context, runtimeName, cluster, runtimeVersion, ingressHost string, componentNames []string) (*model.RuntimeCreationResponse, error) {
5655
func (r *argoRuntime) Create(ctx context.Context, opts *model.InstallationArgs) (*model.RuntimeCreationResponse, error) {
5756
jsonData := map[string]interface{}{
5857
"query": `

0 commit comments

Comments
 (0)