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

used rules instead of deprecated syntax

parent 58cc7ec1
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,!21used rules instead of deprecated syntax
Pipeline #3855 passed
include: include:
- ci-templates/default.yml - ci-templates/default.yml
- local: ci-templates/build.yml - local: ci-templates/build.yml
only: rules:
- main - if: '$CI_COMMIT_REF_NAME == "main" || $CI_COMMIT_REF_NAME == "develop"'
- develop
- local: ci-templates/build_unprotected.yml - local: ci-templates/build_unprotected.yml
except: rules:
- main - if: '$CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "develop"'
- 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