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

BF: Builder failing to sync new git projects #3626

Merged
merged 1 commit into from
Feb 24, 2021

Commits on Feb 24, 2021

  1. BF: Builder failing to sync new git projects

    The switch to use check_output meant that when there was no
    existing git repo in the folder the call `git branch --show-current`
    returns non-zero but with check_output that causes an error to be
    raised. We don't want that - we want to know it happened and move on.
    peircej committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    33b3d80 View commit details
    Browse the repository at this point in the history