From c409daacf7002cc7969c3285a8a3902c482247d8 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 23 Jun 2025 13:44:24 +0200 Subject: [PATCH] chore(ci): update CI configuration for pipeline templates Add additional CI templates for more flexible workflows. Include the Defaults.gitlab-ci.yml to standardize settings and add another project reference for enhanced release management. This improves project consistency and maintainability across different environments. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee02ca8..0a11504 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