From f55d85e7d01b6e8be698ad4efb80f642ac180273 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Mon, 14 Oct 2024 09:12:21 +0000
Subject: [PATCH] Integrate
 gitlab-ci/cleaos-449-changelog-path-for-custom-projects-in-release

--

Commit: https://git.seco.com/clea-os/infrastructure/gitlab-ci/-/commit/d6cac3d185f7758f2ae87c893f7add541afb7659

[CHANGELOG] Adjust changelog filename for custom projects in the release
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 5b87d97..d6cac3d 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
+Subproject commit d6cac3d185f7758f2ae87c893f7add541afb7659
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e5753e..27ce2e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
+    ref: d6cac3d185f7758f2ae87c893f7add541afb7659
     file: 'layers-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
+  GITLAB_CI_REVISION: d6cac3d185f7758f2ae87c893f7add541afb7659
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
   # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
-- 
GitLab