Skip to content

Use `${CI_DEFAULT_BRANCH}` instead of `master` in gitlab-ci files

James Harr requested to merge jamesharr/nso-docker:ci-default-branch into master

This uses the ${CI_DEFAULT_BRANCH} variable to test if we're in the master/main branch.

Background: Most of our projects wind up using 'main' as the branch name, and these are lines we've changed in our downstream build that make it compatible with any default branch name.

Merge request reports