Skip to content

Check the target branch when pulling upstream projects

Achilleas Pipinellis requested to merge axil-target-branch-upstream into main

If a merge request is targeting a stable branch, compile_dev pulls from the default upstream branches instead of the stable ones.

We can fix that by checking the CI_MERGE_REQUEST_TARGET_BRANCH_NAME variable.

Closes #1362 (closed)

Merge request reports