jenkins-x / lighthouse

Apache License 2.0
183 stars 114 forks source link

The default value of GIT_SERVER is "github.com" even if GIT_KIND isn't "github" #1581

Open monaka opened 10 months ago

monaka commented 10 months ago

Referring to the description in README.md,

GIT_SERVER : the URL of the server if not using the public hosted git providers:

So the default value of GIT_SERVER should be https://gitlab.com if they set gitlab as GIT_KIND. But it looks that the default value of GIT_SERVER is always https://github.com.

It can be avoided by setting GIT_SERVER='https://gitlab.com' explicitly.