-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for Gitlab and others #113
Comments
Can we assume that if people are hosting code on GitLab, they will use GitLab CI? We could then add a I guess we should also support GitLab instances beyond GitLab.com, shouldn't we? |
Perhaps having a variable for the url of the host would work? But it might not be that simple if the urls change more than just the substring before |
I was not talking about being more general than GitLab + GitHub. But all GitLab instances work the same, you only need to know the base domain name. |
+1 need for gitlab in particular. All the generated files have github urls hardcoded which will require a bit of manual patching. And yes it is very good assumption to assume gitlab + gitlab CI ... it is actually my motivation so that I can have self hosted, fully controlled CI instances |
Currently the templates assume that the code is hosted on Github. For example, many links are hard-coded as
github.com/...
.It would be nice to be a little more permissive and include other hosts, such as Gitlab. It's not as simple as updating the links because the CI scripts also need to be updated, but it's also not that different.
I have a fork of this repo that assumes the code is hosted on Gitlab, which could be used as inspiration.
The text was updated successfully, but these errors were encountered: