Skip to content
Snippets Groups Projects

Use CI_DEFAULT_BRANCH as the default branch

Merged Ritesh Raj Sarraf requested to merge wip/ritesh/use-ci-default-branch.master into master
1 unresolved thread

Do not hard code branch name in the yaml config, as it becomes extra work for downstreams using the same recipes. Instead, rely on the CI variable $CI_DEFAULT_BRANCH

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
82 82 test-pdf:
83 83 extends: .gen-pdf
84 84 except:
85 - master
85 - ${CI_DEFAULT_BRANCH}
  • Emanuele Aina resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading