Skip to content

Fix git command problem when run on forks

Evan Read requested to merge eread/fix-git-problem-caused-by-forks into master

What does this Merge Request do?

Fixes problem breaking pipeline for: !1749 (merged).

CI_REPOSITORY_URL refers to the project running the pipeline (gitlab-org namespace), rather than the source repository for the MR (possibly non-gitlab-org namespace).

CC @lkinasiewicz.

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Evan Read

Merge request reports