We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f33cf commit 3fc03d0Copy full SHA for 3fc03d0
pkg/codefresh/argo_runtime.go
@@ -36,7 +36,6 @@ func newArgoRuntimeAPI(codefresh *codefresh) IArgoRuntimeAPI {
36
}
37
38
func (r *argoRuntime) Create(runtimeName string) (*model.RuntimeCreationResponse, error) {
39
-
40
interpolatedMutation := fmt.Sprintf(`mutation {
41
runtime(name: "%s") {
42
id
0 commit comments