From 2340d9b2912cd7cbccca81dd9ec4f7ccb7be411e Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Mon, 18 Nov 2024 08:51:37 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-291-remove-dependencies-from-deploy-stage -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 YT-291: Remove unnecessary dependencies from deploy stage. During the implementation of YT-93, some unrelated dependencies were mistakenly added to the deploy stage. This caused issues in the release build for certain custom projects. This commit removes those unnecessary dependencies. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 081272c..8a7e9c9 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 081272c177992b2d5e1789e22f6add03b804123d +Subproject commit 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd08bff..756abe1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 081272c177992b2d5e1789e22f6add03b804123d + ref: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 081272c177992b2d5e1789e22f6add03b804123d + GITLAB_CI_REVISION: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320 BB_RECIPE_NAME: emc-test-suite -- GitLab