-
Notifications
You must be signed in to change notification settings - Fork 30
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
git checkout master failed #376
Comments
The solution is probably https://drdoctr.github.io/recipes.html#deploy-docs-from-a-non-master-branch and it would be nice if the error message was referring to that. Right now the message is a bit confusing. If docs are only pushed from
There might be something else going there. In addition, if |
Documented https://app.travis-ci.com/github/jonmatthis/freemocap/builds/236495223 |
I believe that's the code that is failing Lines 354 to 355 in 7e75711
I am not sure what should happen here - the PR that fails CI proposes to merge |
I thought we had code that used the API to check what the default branch was, but I guess not. Clearly we need to do that now that |
The guys pointed to https://stackoverflow.com/questions/28666357/git-how-to-get-default-branch |
Looks like
doctr
is unable to detect that the default branch for the repo is notmaster
and fails.Happens here https://app.travis-ci.com/github/jonmatthis/freemocap/builds/236410519 where the default branch is
main
.The text was updated successfully, but these errors were encountered: