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

Modify default branch behaviour for git repos #634

Commits on Mar 2, 2021

  1. Fixes shipwright-io#518

    The behaviour for a git repo revision was being hardcoded to `master`,
    which is incorrect, while github is already creating the default branch
    to `main` and also because the default Tekton behaviour does not take
    place if the revision parameter is not specified.
    
    Tekton defaults behaviour triggers a git symbolic-link to HEAD, which
    we should allow to happen if the user does not specify a revision in the
    Build source.
    qu1queee committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    af7d73f View commit details
    Browse the repository at this point in the history