Skip to content
  • Ben Gamari's avatar
    gitlab-ci: Compute merge base against remote tracking branch · 971f4530
    Ben Gamari authored
    Previously we would use the local branch with the name
    `$CI_MERGE_REQUEST_TARGET_BRANCH_NAME` to compute the merge base when
    linting. However, this branch isn't necessarily up-to-date. We should
    rather use `origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME`.
    971f4530
Validating GitLab CI configuration… Learn more