Request: support mirroring in self-hosted gitlab instances
It would be nice if it was possible to use your component projects in self-hosted gitlab instances via project mirroring. This is currently not supported;
- Per GL official docs, you should run a pipeline on a tag (e.g. the latest one) to create a release, for the project to be identified as a component project
- Attempting to do so on at least the Node project first failed ("Pipeline cannot be run") because to-be-continuous/tools/gitlab-ci did not exist, and then - after mirroring also this - failed because to-be-continuous/tools/kicker did not exist