You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you /publish multiple connectors at the same in the same PR, the auto-bump will likely fail on any after the first because the git HEAD isn't up-to-date with the newly auto pushed changes from the first publish.
Add a fetch + pull before we do the push from Octavia so we can catch this most of the time (there is still a window that this could fail on but it's significantly decreased with this fix)
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
If you /publish multiple connectors at the same in the same PR, the auto-bump will likely fail on any after the first because the git HEAD isn't up-to-date with the newly auto pushed changes from the first publish.
See example here: #12274
Describe the solution you’d like
Add a fetch + pull before we do the push from Octavia so we can catch this most of the time (there is still a window that this could fail on but it's significantly decreased with this fix)
The text was updated successfully, but these errors were encountered: