From 8b8bf537903b2696de79072589c90c30b10d0961 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 30 Apr 2025 17:00:35 +0200 Subject: [PATCH] feat(ci): add defaults pipeline template for CI workflow Add the 'Defaults.gitlab-ci.yml' pipeline template to the CI configuration to standardize the build environment across projects. This change ensures consistency and improves maintainability in the CI process. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2fd49b..f8af534 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.52.0