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

[release-v0.56.x] Fix: Merge StepTemplate with Step containing Results and Params #7809

Commits on Mar 27, 2024

  1. Fix: Merge StepTemplate with Step containing Results and Params

    Prior to this, when we merged StepTemplate with the Spec, we would
    lose the Results and Params because the merged Step would overwrite
    the original Step. This PR adds the Results and Params when creating
    the new Step so that we don't lose this information.
    
    It fixes Issue tektoncd#7754
    
    Signed-off-by: Chitrang Patel <chitrang@google.com>
    chitrangpatel authored and tekton-robot committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3e03ee0 View commit details
    Browse the repository at this point in the history