feat(ci): add defaults CI template to improve pipeline setup

Adds the Defaults.gitlab-ci.yml to the CI configuration, allowing for 
a more standardized setup across projects. This change enhances 
efficiency by leveraging shared configurations, reducing the need for 
duplicate settings in individual pipeline files.
This commit is contained in:
2025-06-23 13:45:56 +02:00
parent ffd8efd970
commit 2fc1098166
+2
View File
@@ -1,5 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml