Skip to content

Set gitlab_url from gitlab_rails attributes

John Cai requested to merge jc-fix-gitlab-url into master

We were mistakenly pulling gitlab_url when it's an empty value in gitlab-shell. gitlab-shell itself sets its api_url from a gitlab_rails value. This MR fixes the gitaly side to do the same thing.

Merge request reports