From c89989e3c523a5976d5ae776bef5a9f7bd5d1082 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Mon, 8 Apr 2024 08:33:45 +0000
Subject: [PATCH] Integrate gitlab-ci/copy_directory

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25

package_release: Add a way to copy the whole directory

Item should end with "/" to be treated as a directory
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index ab19eb6..6e6f124 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit ab19eb61134380b86d35ab0c5ec92a3033a272e4
+Subproject commit 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae478e6..5f889d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: ab19eb61134380b86d35ab0c5ec92a3033a272e4
+    ref: 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: ab19eb61134380b86d35ab0c5ec92a3033a272e4
+  GITLAB_CI_REVISION: 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25
   BB_RECIPE_NAME: secure-element-examples
-- 
GitLab