Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(executor): Fix container set bugs #5317

Merged
merged 2 commits into from
Mar 8, 2021
Merged

fix(executor): Fix container set bugs #5317

merged 2 commits into from
Mar 8, 2021

Conversation

alexec
Copy link
Contributor

@alexec alexec commented Mar 5, 2021

Signed-off-by: Alex Collins [email protected]

@@ -2526,7 +2526,7 @@ func (woc *wfOperationCtx) processAggregateNodeOutputs(tmpl *wfv1.Template, scop
resultsList = append(resultsList, item)
}
}
if tmpl.HasOutput() {
if tmpl.GetType() == wfv1.TemplateTypeScript {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert to 2.12

@alexec alexec marked this pull request as ready for review March 6, 2021 00:40
@alexec alexec requested a review from sarabala1979 March 6, 2021 00:41
@alexec
Copy link
Contributor Author

alexec commented Mar 8, 2021

Thank you Derek.

@alexec alexec merged commit ba949c3 into argoproj:master Mar 8, 2021
@alexec alexec deleted the cset branch March 8, 2021 22:11
@simster7 simster7 mentioned this pull request Mar 15, 2021
27 tasks
@simster7 simster7 mentioned this pull request Mar 29, 2021
77 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants