Skip to content
Snippets Groups Projects
Commit 83b82897 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

fix: side branch references main's side branch

parent 61206846
Branches 2024Q2_RC
No related tags found
2 merge requests!6Merging 2024Q2_RC into main, creating 2024Q2 Release,!5Merging 2024Q2_RC into develop
Checking pipeline status
......@@ -13,7 +13,15 @@ include:
- ci-templates/default.yml
- ci-templates/build.yml
rules:
- if: '$CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_REF_PROTECTED'
- if: '$CI_COMMIT_REF_NAME == "develop"'
- project: osl/code/org.etsi.osl.main
ref: $CI_COMMIT_REF_NAME
file:
- ci-templates/default.yml
- ci-templates/build.yml
rules:
- if: '$CI_COMMIT_REF_PROTECTED && $CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "develop"'
- project: osl/code/org.etsi.osl.main
ref: develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment