mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-11-03 01:53:38 +08:00
Exiting loop once param found.
This commit is contained in:
committed by
rushtehrani
parent
263f963a4c
commit
f7d20e9d54
@@ -339,6 +339,7 @@ func (c *Client) CreateWorkflowExecution(namespace string, workflow *WorkflowExe
|
||||
for _, param := range opts.Parameters {
|
||||
if param.Name == "sys-uid" {
|
||||
appendSysUid = false
|
||||
break
|
||||
}
|
||||
}
|
||||
if appendSysUid {
|
||||
|
||||
Reference in New Issue
Block a user