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

Remove support for ${} syntax 🗑️ #1311

Merged
merged 1 commit into from
Sep 16, 2019

Commits on Sep 14, 2019

  1. Remove support for ${} syntax 🗑️

    In tektoncd#850 we decided that to make our syntax more similar to k8s style
    syntax, we will use $() for variable substitution instead of ${}. In a
    later iteration we may also want to make it so that anything that can be
    acesssed as a variable is also available as an env var to the running
    container, but that is TBD.
    
    In tektoncd#1172 we added support for the new syntax, $(), and continued support
    for ${}, which was released in 0.6. This commit removes support for
    ${}.
    
    Fixes tektoncd#1170
    bobcatfish committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    ff0e22b View commit details
    Browse the repository at this point in the history