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

testing solution

parent a1a4eb0c
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 #3856 passed
......@@ -3,11 +3,11 @@ include:
- local: ci-templates/build.yml
rules:
- if: '$CI_COMMIT_REF_NAME == "main" || $CI_COMMIT_REF_NAME == "develop"'
- if: '$CI_COMMIT_REF_NAME == "main" || $CI_COMMIT_REF_NAME == "13-fix-issue-with-jobs-not-running-with-protected-templates"'
- local: ci-templates/build_unprotected.yml
rules:
- if: '$CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "develop"'
- if: '$CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "13-fix-issue-with-jobs-not-running-with-protected-templates"'
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