-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Inverted pulling of head/tags on latest builds #12029
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
Can you fill the template with the URL of you build, etc? |
Meant to do that and then seem to have forgotten when adding the images, sorry! Updated now @humitos! |
This seems like a very basic case that it should work out of the box and that it should have been working for a long time. @stsewd did we change anything recently? |
Funnily enough, this is something that has broken in the past (see But this seems like some boolean got inverted somewhere. It is weird that nobody else is complaining about it, since I would expect this to break in more cases |
Found out some more information on this issue. I decided to check the builds for our page and it seems like Screenshots of me trying this out. Failed builds are caused by me changing the value of the option and the successful ones are from pushes to the EDIT: This seems to only happen when switching from a tag to a branch. When switching from a branch to a branch or tag to tag, this doesn't happen Hope this helps track the bug down, as I tried to have a look and I am stumped on what could be the code causing it |
Hi, this is indeed a problem when changing the default version from a branch to a tag or vice versa, when triggering a build we resync all versions and the state gets corrected. |
Details
When fetching the branch/tags for
latest
builds, the method for fetching branches and tags is inversed, leading to failures when fetching themBuilding a branch as

latest
https://readthedocs.org/projects/hikari-py/builds/27320926/
Building a tag as

latest
https://readthedocs.org/projects/hikari-py/builds/27320945/
Expected Result
Fetch succeeds
Actual Result
Fetch fails
The text was updated successfully, but these errors were encountered: