Skip to content
Snippets Groups Projects
Commit ea0d99f7 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/yt-291-remove-dependencies-from-deploy-stage

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@8a7e9c94

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.
parent 69969e8e
No related branches found
No related tags found
1 merge request!78Integrate gitlab-ci/yt-291-remove-dependencies-from-deploy-stage
Pipeline #191211 passed with stage
in 16 seconds
Subproject commit 081272c177992b2d5e1789e22f6add03b804123d Subproject commit 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 081272c177992b2d5e1789e22f6add03b804123d ref: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 081272c177992b2d5e1789e22f6add03b804123d GITLAB_CI_REVISION: 8a7e9c94c2f5c012669eaddbf09ccebf83e7f320
BB_RECIPE_NAME: seco-show-demo BB_RECIPE_NAME: seco-show-demo
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