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

Add a warning if git used as an output 🚨 #1310

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2019

  1. Add a warning if git used as an output 🚨

    In tektoncd#1109 we will be removing support for git as an output. In the
    current implementation, git as an output is just a volume that holds the
    data from the git repo, and copies it between Tasks (when git as an
    output is linked to git as an input). As discussed in tektoncd#1076, the model
    we want for PipelineResources is for them to take the outside world and
    represent it on disk when used as an input, and when used as an output,
    to update the outside world. In order to do this, what we actually want for a
    git output is for it to create a commit the repo it is referencing.
    However up until this point folks have been using git resources in the
    way that we want Volume Resources to behave tektoncd#1062, so we want to
    transition folks to Volume Resources and away from using git outputs.
    
    Fixes tektoncd#1283
    bobcatfish committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    8953621 View commit details
    Browse the repository at this point in the history