Skip to content
Snippets Groups Projects
Commit c80f2dac authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/cleaos-697-fix-release-generation-if-sdk-deploy-fails

--

Commit: clea-os/infrastructure/gitlab-ci@f0e9efad

[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.
parent 95ceeb29
Branches seco_lf-5.10.52_2.1.0
No related tags found
1 merge request!94Integrate gitlab-ci/cleaos-697-fix-release-generation-if-sdk-deploy-fails
Subproject commit a020ccb5b4a90bf958a0e41cb5df72b33107e993
Subproject commit f0e9efadd5f4ce177bce4b9ed0ee95e6fabe4b96
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment