From 59e0f17769a96d237c910e3e25a78792126c880f Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 1 May 2025 09:23:30 +0200 Subject: [PATCH] chore(ci): update GitLab CI configuration for templates Adds a new template file 'Defaults.gitlab-ci.yml' to the CI configuration and adjusts the include path for clarity. This ensures better organization and standardization in the CI/CD processes associated with the project. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 782d09d..652cc22 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