-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
fix issue #9228 : Add support to subgroups in gitlab #9248
Conversation
@dan-shaw @PhoebeHui does reviewing need the CI to work ? |
Thanks for the PR! We aren't quite sure what this PR does. Can you clarify what usecases this change could have? |
old vcpkg_from_gitlab didn't support subgroups within organization, so I for example https://gitlab.com/test-grp3/mysubgroup/test1
so I add a group name to previous link, only if gitlab link provided in portfile contain 3 entity(subgroup, repo name, organization) not 2(orgnization, repo name) so I changed link passed to |
Any Updates on the issue @PhoebeHui |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The CI test pass, @dan-shaw, could you help futher review? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…oft#9248) * fix issue microsoft#9228 : Add support to subgroups in gitlab * Update vcpkg_from_gitlab.cmake * Update vcpkg_from_gitlab.cmake
Fixes #9228.