mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-05 21:56:50 +08:00
Using exposed function.
This commit is contained in:
@@ -247,7 +247,7 @@ func (c *Client) ValidateWorkflowExecution(namespace string, manifest []byte) (e
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
workflows, err := unmarshalWorkflows(manifest, true)
|
workflows, err := UnmarshalWorkflows(manifest, true)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user