Fix Component version fetching
Prepending "/" in front of the file generates the following URL
https://dev.gitlab.org/api/v4/projects/gitlab%2Fomnibus%2Dgitlab/repository/files/%2FVERSION/raw
Causing an API failure with the following error.
{ "error"=> "file_path should be a valid file path" }
Request URI:
Fixes this pipeline