-
Notifications
You must be signed in to change notification settings - Fork 3.6k
AAP-29938 add force flag to refspec #16173
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
Conversation
djulich
left a comment
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.
lgtm
|
|
||
|
|
||
| @pytest.mark.django_db | ||
| class TestProjectUpdateRefspec(TestJobExecution): |
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.
I honestly don't care much for the unit test. I don't see much value from it.
|
I think some of the dev-env test failures are from the load_credentials fixture issue. |
Co-authored-by: Alan Rominger <[email protected]>
|
* add force flag to refspec * Development of git --amend test * Update awx/main/tests/live/tests/conftest.py --------- Co-authored-by: AlanCoding <[email protected]>



SUMMARY
When creating a project with
allow branch overrideand then trying to sync it after a rebase & force push, the project update fails with:Adding the force flag
+fixes that.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION