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

Revert "testing solution"

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