From c3b10a60f299b1bb97a3c77d74f8c2bd9a66f4a1 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Fri, 11 Nov 2022 07:56:39 +0000 Subject: [PATCH] Integrate gitlab-ci/package-release-fix -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b package_release: Do not fail if a file does not exist --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index a5e27f6e215f7..e48b4c0b80a4e 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 +Subproject commit e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 852815f14aba3..de757ad5e908a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 + ref: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 + GITLAB_CI_REVISION: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b BB_RECIPE_NAME: linux-imx-kuk # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab