This commit is contained in:
2024-05-06 04:55:40 -05:00
parent 579209d521
commit 919aa63a77
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,10 @@
- if: $CI_MERGE_REQUEST_IID
exists:
- "sonar-project.properties"
- if: $CI_PIPELINE_SOURCE == "push" && $CI_PIPELINE_SOURCE == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
exists:
- "sonar-project.properties"
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH =~ '/^release/'
- if: $CI_COMMIT_BRANCH =~ '/^release/'
exists:
- "sonar-project.properties"