From ae3a25e3f70500affe68d98b79b41f7d9ad09ff6 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Fri, 20 Oct 2023 12:53:57 +0000
Subject: [PATCH] Integrate gitlab-ci/confluence-group-files

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/96f5745c1e03b6a7f54ffac5f7ec7392c872ccda

Confluence: group download files by type
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 3697b4e..96f5745 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 3697b4ea6a1610772369cb1559cd810502b51029
+Subproject commit 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6af81a2..6b4f1a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 3697b4ea6a1610772369cb1559cd810502b51029
+    ref: 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 3697b4ea6a1610772369cb1559cd810502b51029
+  GITLAB_CI_REVISION: 96f5745c1e03b6a7f54ffac5f7ec7392c872ccda
   BB_RECIPE_NAME: yocto-install
-- 
GitLab