We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LOCAL_GIT_BRANCHES
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
We introduced this here to make tests work, but it isn't how things work in production: #4984
We should remove this setting, and make our tests work properly with remote repos. I see a couple ways we could handle this:
make_get_branch
repo.branches
I think the first approach is best, but I'm not sure how to do it easily.
The text was updated successfully, but these errors were encountered:
We should follow the same workflow that we do in production:
That way, I suppose that branches will be remotes and the structure of the repository will be pretty similar to what we have in production.
Sorry, something went wrong.
There are some tests that use the clone step, I guess we only need to put that step in our tests
stsewd
No branches or pull requests
We introduced this here to make tests work, but it isn't how things work in production: #4984
We should remove this setting, and make our tests work properly with remote repos. I see a couple ways we could handle this:
make_get_branch
function could manipulate the git repo so that it has a remote branch instead of a local branchrepo.branches
in the places we use it. I went down this road briefly, but it was a little bit complex.I think the first approach is best, but I'm not sure how to do it easily.
The text was updated successfully, but these errors were encountered: