mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 08:18:22 +00:00
This change updates server/server.go to set the GitLab URL using the `Client.SetBaseURL` to set the base URL off of the configured param. Previously even if a user set the `--gitlab-hostname` the default URL for GitLab would not overriden to match this. Work done by @jrasell Closes #227