Skip to content

Expose repository object format via GitInfo

What does this MR do and why?

Contributes to #441653 (closed)

Problem

GitLab-Runner is not aware about the repository object format and initializes a SHA1 repository by default. This triggers a format mismatch error when we try to fetch data from SHA256 repository.

Solution

Expose repo_object_format via GitInfo job payload to the runner.

Edited by Vasilii Iakliushin

Merge request reports