chore(ci): update CI configuration for merge request pipelines

Add new include for 'Defaults.gitlab-ci.yml' in the CI 
configuration to streamline the build process. The changes 
ensure that the necessary defaults are applied, improving 
pipeline consistency and maintainability.
This commit is contained in:
2025-05-01 09:24:52 +02:00
parent 14dede61ff
commit ca3b5932fa
+2
View File
@@ -1,5 +1,7 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates - project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml file: Release.gitlab-ci.yml