Skip to content

doc: fix how gitlab host is parsed

Hunar Khanna requested to merge hkhanna2_fix_gitlab_host_in_readme into main

What does this MR do

As a part of setting up the proxy locally, the following step must be carried out in the README

image

However, running echo $GITLAB_URL | cut -d":" -f1 | cut -d "/" -f3 doesn't seem to extract the host.

image

Modifying the field extracted in the first cut fixes that:

image

Merge request reports