fix(ci): add default CI template for improved workflow
Updates the GitLab CI configuration to include the default CI template. This change ensures consistent and optimized pipeline behaviors across projects by leveraging the provided defaults, enhancing the overall CI/CD process.
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