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

added conditional rules

parent 696bb917
No related branches found
No related tags found
2 merge requests!6Merging 2024Q2_RC into main, creating 2024Q2 Release,!2Resolve "Create a pipeline to build and publish the docker image in gitlab registry"
Pipeline #3850 failed
...@@ -4,6 +4,18 @@ include: ...@@ -4,6 +4,18 @@ include:
file: file:
- ci-templates/default.yml - ci-templates/default.yml
- ci-templates/build.yml - ci-templates/build.yml
only:
- main
- develop
- project: osl/code/org.etsi.osl.main
ref: 12-update-gitlab-ci-file-to-use-inherited-jobs-from-main
file:
- ci-templates/default.yml
- ci-templates/build_unprotected.yml
except:
- main
- develop
docker_build: docker_build:
extends: .docker_build extends: .docker_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