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

used cleaner code

parent 7062c477
No related branches found
No related tags found
3 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!20Resolve "Update gitlab CI file to use inherited jobs from main"
Pipeline #3804 passed
include: include:
- ci-templates/default.yml - ci-templates/default.yml
- local: ci-templates/build.yml - local: ci-templates/build.yml
rules: only:
- if: $CI_COMMIT_REF_PROTECTED == "true" - main
- develop
- local: ci-templates/build_unprotected.yml - local: ci-templates/build_unprotected.yml
rules: except:
- if: $CI_COMMIT_REF_PROTECTED != "true" - main
- develop
maven_build: maven_build:
extends: .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