From c80f2dacf980374e46ad1d987520d4afca53f43e Mon Sep 17 00:00:00 2001
From: service_account_gitbot
 <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com>
Date: Tue, 15 Apr 2025 13:12:47 +0000
Subject: [PATCH] Integrate
 gitlab-ci/cleaos-697-fix-release-generation-if-sdk-deploy-fails

--

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

[CICD][RELEASE] Fix release page generation when SDK job is skipped

  If SDK files are not generated, the board release page generation fails
  due to missing (undefined) variables.
  This commit fixes the issue by checking whether the variable containing
  the SDK file name is defined before usage.

  Also correct the changelog URL used in DevOps build.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index a020ccb..f0e9efa 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit a020ccb5b4a90bf958a0e41cb5df72b33107e993
+Subproject commit f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4eacc6c..1fd8d83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: a020ccb5b4a90bf958a0e41cb5df72b33107e993
+    ref: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96
     file: 'layers-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: a020ccb5b4a90bf958a0e41cb5df72b33107e993
+  GITLAB_CI_REVISION: f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
   # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
-- 
GitLab