I am trying to use Drone with GitLab.
There are some projects belonging to sub-group, such as foo/bar/sample, foo/bar/core in my GitLab.
Syncrhronizing repositories on Drone UI, it seems to be done but it has some errors.
The errors are below.
foo/bar/sample is parsed to bar/sample. foo/bar/core is parsed to bar/core.
I think that the last two parts of repository name are parsed and used on Drone.
As I know, Drone has been developed based on GitHub not GitLab.
GitHub doesn’t support sub-group path, including slash character and so it seems that slash is not considered as repository name.
If drone doesn’t support subgroup, it means that drone doesn’t fully support GitLab.
And so it must be written somewhere in the document to prevent from confusing.
To say that drone support GitLab, this issue must be solved as I think.
I agree that Drone does not fully support GitLab as there are no plans to implement support for subgroups at this time. We will document this limitation accordingly.