From 194235dfc058b8f6027f61df4246564c2291326e Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Wed, 30 Oct 2024 07:24:46 +0000
Subject: [PATCH] Integrate
 gitlab-ci/cleaos-409-include-custom-files-to-release

--

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

[DEPLOY] Implement Custom files deployment
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 3ed0d141537b..3353ee7ac12c 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 3ed0d141537bce63bbf5a080299275026e59e45c
+Subproject commit 3353ee7ac12c59064ff9e9e705c9b7bb24e36731
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0af98deb923e..fb86e24da987 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: 3ed0d141537bce63bbf5a080299275026e59e45c
+    ref: 3353ee7ac12c59064ff9e9e705c9b7bb24e36731
     file: 'layers-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 3ed0d141537bce63bbf5a080299275026e59e45c
+  GITLAB_CI_REVISION: 3353ee7ac12c59064ff9e9e705c9b7bb24e36731
   # 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