mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
When starting with an 'http' URL for a Gitlab instance that redirects to 'https', the URL is getting mangled as the 'replace' call is looking for 'https://gitlab.example/api/v4/projects' when the service.url is 'http://gitlab.example/api/v4/projects'. You end up with something like "http://gitlab.example/api/v4/projects/https://gitlab.example/api/v4/projects/" in subsequent steps.