gitlab-merge-request-resource icon indicating copy to clipboard operation
gitlab-merge-request-resource copied to clipboard

add support to forked repository MR

Open bruzos opened this issue 6 years ago • 0 comments

When I create a MR from a forked repo, this is detected by the MR job, and a error is displayed:

Cloning into '/tmp/build/get'...
fatal: Could not parse object 'b567e4cf897f2f26a4079086de0965576f7b0123'.

this commit belongs to the forked repo and it doesn't exist in the upstream repo what is been monitorized

Could it be possible to detect the project path from the metadata of the commit and execute a git clone for the forked repo??

bruzos avatar Sep 05 '18 09:09 bruzos