Skip to content
Snippets Groups Projects
Commit 0cc95709 authored by trantzas's avatar trantzas
Browse files

Merge branch '13-fix-issue-with-jobs-not-running-with-protected-templates' into 'develop'

used rules instead of deprecated syntax

See merge request !21
parents 58cc7ec1 d57bae39
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 #4143 passed
include:
- ci-templates/default.yml
- local: ci-templates/build.yml
only:
- main
- develop
rules:
- if: '$CI_COMMIT_REF_NAME == "main" || $CI_COMMIT_REF_NAME == "develop"'
- local: ci-templates/build_unprotected.yml
except:
- main
- develop
rules:
- if: '$CI_COMMIT_REF_NAME != "main" && $CI_COMMIT_REF_NAME != "develop"'
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