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

used dynamic ref in inheritance

parent 1592284b
No related branches found
No related tags found
2 merge requests!11Merging 2024Q2_RC into main, creating 2024Q2 Release,!2Resolve "Update gitlab CI file to use inherited jobs from main"
Pipeline #3869 passed
include:
- project: osl/code/org.etsi.osl.main
ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main
ref: main
file:
- ci-templates/default.yml
- ci-templates/build.yml
only:
- main
- develop
rules:
- if: '$CI_COMMIT_REF_NAME == "main"'
- project: osl/code/org.etsi.osl.main
ref: develop
file:
- ci-templates/default.yml
- ci-templates/build.yml
rules:
- if: '$CI_COMMIT_REF_NAME == "develop"'
- project: osl/code/org.etsi.osl.main
ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main
ref: develop
file:
- ci-templates/default.yml
- ci-templates/build_unprotected.yml
except:
- main
- develop
rules:
- if: '$CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "develop"'
maven_build:
extends: .maven_build
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