feat(ci): update CI configuration with additional templates

Adds new configuration files to the GitLab CI setup, enhancing the
pipeline capabilities. This includes including the Defaults.gitlab-ci.yml
template and ensuring proper project file references. These changes
aim to improve the CI workflow efficiency and maintainability.
This commit is contained in:
2025-04-30 17:09:19 +02:00
parent 80672a4dc0
commit edd9bde66f
+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
- project: unboundsoftware/ci-templates