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

Allow . in param/result names via subscript. #4215

Merged
merged 2 commits into from
Sep 15, 2021

Commits on Sep 5, 2021

  1. Allow . in param/result names via subscript.

    This change allow folks to use `.` in parameter names (e.g. `dev.mattmoor.my-param`), and reference them via the subscript operator (e.g. `params["dev.mattmoor.my-param"]`) to avoid ambiguity introduced by the mixing of `.`s.
    
    TEP: tektoncd/community#503
    mattmoor committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    3ab7f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6be3f6 View commit details
    Browse the repository at this point in the history