-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
"Default branch: latest" does not exist #5390
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
Comments
@humitos I went Through the Code for this. it seems like we are creating a duplicate version for and in the forms we are showing all the so should we remove latest and stable from the choices as they are not valid branch ? |
The project has a |
I think the related issue is because of #5358 |
Also, I think of this more like an alias. Actually the name is incorrect, it should be "default version" (but we already use that name for another setting!). I say this because, it can be a tag too. |
The extra origin issue is fixed in #5523 |
I propose re-propossing this issue to change the name of this setting to something more accurate p: |
If a project doesn't have a branch or tag called |
With the current PR no, it's doesn't. A build is triggered to master or whatever alias was used |
OK. I still think that |
Yeah, latest shouldn't be there. What do you think about including |
I was proposing something like this on my initial response. I think this is a good way to go 👍 |
@stsewd yeah, |
Going to
Advanced settings
theDefault branch
selector showslatest
as an option. I think this is invalid since the repo has nolatest
branch: https://github.com/rtfd/test-builds/branches/all?utf8=%E2%9C%93&query=latestIn this particular project seems that this is not a real problem, since the build that was triggered after saving it to this branch picked the
origin/master
anyway but I saw other projects failing for this (in the corporate site).Anyway,
latest
should not be an option since it's not a valid branch on the repository.The text was updated successfully, but these errors were encountered: