From eacee19fe2bf02c8a00e25eb4494390d03c3cedd Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Wed, 13 Apr 2022 07:20:22 +0000
Subject: [PATCH] Integrate gitlab-ci/refactor_manifest-ci and 1 more

--

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

CI:package_release: Remove "GUF-" prefix from gitlab artifacts dir

BCS 746-000637

--

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

manifest-CI: Refactor manifest pipeline files

* Split up build and package steps in separate files
* Add additional comments
* Add log output

BCS 746-000637
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index c917791..6c3a8ff 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit c917791bc6d4a9494db5a393604ab9da23dee22c
+Subproject commit 6c3a8ff7c2a5e56bdeaf3f2b1fa0c461520e9070
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 127e75a..940c70a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: c917791bc6d4a9494db5a393604ab9da23dee22c
+    ref: 6c3a8ff7c2a5e56bdeaf3f2b1fa0c461520e9070
     file: 'manifest-integration.yml'
 
 variables:
-- 
GitLab