From e2da8b1a6809f96ab1bbe795c9cd1b9d9ae76f35 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Wed, 20 Nov 2024 14:06:59 +0000
Subject: [PATCH] Integrate
 gitlab-ci/cleaos-509-create-md5sum-list-for-release-artifacts

--

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

[RELEASE] Generate MD5 checksum list for released artifact files
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 52e1ba49..21c37436 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 52e1ba49640b6842a720547c85abda1321deee4f
+Subproject commit 21c374366d32304dfd85f117fbeaf530d08e920b
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20b05035..3a0a1b25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: 52e1ba49640b6842a720547c85abda1321deee4f
+    ref: 21c374366d32304dfd85f117fbeaf530d08e920b
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 52e1ba49640b6842a720547c85abda1321deee4f
+  GITLAB_CI_REVISION: 21c374366d32304dfd85f117fbeaf530d08e920b
-- 
GitLab