Skip to content

[16.2 backport] Ensure package download url is based on CI tag variable

DJ Mountney requested to merge backport-7044-16-2 into 16-2-stable

What does this MR do?

Backport of !7044 (merged) into stable

Ensure package download url is based on CI tag variable

Rather than whether the git checkout is on a tag This fixes an issue where we use the wrong job name on a branch pipeline when the commit matches a git tag.

Merge request reports