Steve Purdy 8131f222d4
Prevent mangled URL when redirected to https
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.
2019-03-06 11:32:12 -05:00
..
2018-12-12 17:54:45 +01:00