-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Trigger build on default branch when saving a project #5393
Trigger build on default branch when saving a project #5393
Conversation
@stsewd |
I think it's the opposite, projects have an invalid Or something else, that we can fix in the tests. |
|
Ok, looks like the method is used for another purpose (to get the version to which point to latest, not latest itself). We need something like |
@stsewd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Please, update the docstring of the function prepare_build
:
:param version: version of the project to be built. Default: ``latest``
since it's not latest
the default now.
@humitos |
Close #5358