Skip to content

Commit

Permalink
feat(controller): Support withExpression for expanded steps. Fixes a…
Browse files Browse the repository at this point in the history
…rgoproj#4585

Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Feb 14, 2021
1 parent a50b581 commit 7cd7b92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow/executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,9 +512,7 @@ func (we *WorkflowExecutor) SaveParameters(ctx context.Context) error {

// Trims off a single newline for user convenience
output = wfv1.AnyStringPtr(strings.TrimSuffix(output.String(), "\n"))

we.Template.Outputs.Parameters[i].Value = output

log.Infof("Successfully saved output parameter: %s", param.Name)
}
return nil
Expand Down

0 comments on commit 7cd7b92

Please sign in to comment.