From c0b64747dc88237da39898b86fd4b851b514822e Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Mon, 29 Jul 2024 09:21:30 +0000
Subject: [PATCH] Integrate
 gitlab-ci/YT-180-generate-firmware-package-not-working-for-fngsystem

--

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

YT-180 Generation of the firmware package failed due to a typo
  in the code that checks of existance of the variable.
  What caused  TypeError: unhashable type: 'list'
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 7bd7881..a7e07f1 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 7bd78810f007a34d91591c5cc66008aa89c52fd1
+Subproject commit a7e07f1983701a13e41b0d43e061a59167509256
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf17edc..4a20ac5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 7bd78810f007a34d91591c5cc66008aa89c52fd1
+    ref: a7e07f1983701a13e41b0d43e061a59167509256
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 7bd78810f007a34d91591c5cc66008aa89c52fd1
+  GITLAB_CI_REVISION: a7e07f1983701a13e41b0d43e061a59167509256
   BB_RECIPE_NAME: libmdb
-- 
GitLab