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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user