Skip to content

ci: gonrg-5757 update ref from master to default repo branch

Replaced hard-coded "master" with $CI_DEFAULT_BRANCH variable in gcp-common-pipeline.yml.
Newer projects are using 'main' for their default branch, and hard-coding to "master" limits the use of these CI files in such projects. By using $CI_DEFAULT_BRANCH, the logic should work fine in any project.

Merge request reports