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 347d7fc commit a6f33cfCopy full SHA for a6f33cf
pkg/codefresh/argo_runtime.go
@@ -36,6 +36,7 @@ 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