-
Notifications
You must be signed in to change notification settings - Fork 91
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
Added support for --no-clone-bundle #53
Conversation
Please, could you also apply it on "repo init" command. |
I have applied it to "repo init" as well and have updated the pull request accordingly |
@rsandell this functionality will be very helpful. I was looking for this in the current release of the plugin before I realised this hasn't been merged yet. Please approve the PR. :-) |
+1 |
@rsandell What blocks this to be merged? |
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.
Sorry for the delay in reviewing, my available time for this plugin is very limited unfortunately.
Added "No Clone Bundle" setting. If selected the "repo init" and "repo sync" commands will be run with the --no-clone-bundle option.
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 would have liked to see a test for this as well, the tests in this plugin are very sparse, so I understand that wasn't a priority.
Added "No Clone Bundle" setting. If selected the "repo init" and "repo sync" commands will
be run with the --no-clone-bundle option.
I have tried it with both standard jobs and pipelines.