Skip to content

Fix Component version fetching

Alessio Caiazza requested to merge fix-omnibus-version into master

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

Merge request reports

Loading