-
Notifications
You must be signed in to change notification settings - Fork 3
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
enhanced subdir support for gitlab #182
Conversation
Code Coverage Summary
Results for commit: a418d0d Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
Thank you!
repo = strsplit(ref, "/")[[1]][2], | ||
subdir = paste0(strsplit(ref, "/")[[1]][-(1:2)], collapse = "/") | ||
) | ||
file.path(host, paste0(repo, ".git")) |
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.
That's so much cleaner 😌
It's passing so I am going to merge it now. Can you please execute the release of this as well as use this version in the workflows? Once done I will re-run my PRs and merge them |
test with openpharma/staged.dependencies#182 Co-authored-by: Davide Garolini <[email protected]>
test with openpharma/staged.dependencies#182 --------- Signed-off-by: Pawel Rucki <[email protected]>
I followed your suggestion of a new (optional) field
subdir
in the staged deps config.Follow-up PRs: