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

Integrate gitlab-ci/YT-180-generate-firmware-package-not-working-for-fngsystem

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a7e07f19

YT-180 Generation of the firmware package failed due to a typo
  in the code that checks of existance of the variable.
  What caused  TypeError: unhashable type: 'list'
parent 272f9ea0
No related branches found
No related tags found
1 merge request!137Integrate gitlab-ci/YT-180-generate-firmware-package-not-working-for-fngsystem
Subproject commit 7bd78810f007a34d91591c5cc66008aa89c52fd1 Subproject commit a7e07f1983701a13e41b0d43e061a59167509256
...@@ -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: 7bd78810f007a34d91591c5cc66008aa89c52fd1 ref: a7e07f1983701a13e41b0d43e061a59167509256
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 7bd78810f007a34d91591c5cc66008aa89c52fd1 GITLAB_CI_REVISION: a7e07f1983701a13e41b0d43e061a59167509256
BB_RECIPE_NAME: libmdb BB_RECIPE_NAME: libmdb
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