Skip to content
Snippets Groups Projects
Commit 3c89a650 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[CICD] Bug fix on project variable

parent c9ad0a62
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Include the default CI steps from the gitlab-ci repo # Include the default CI steps from the gitlab-ci repo
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' - project: 'yocto_ng/infrastructure/gitlab-ci'
ref: befb5fcb7f3b5833bc7b862f0f69aa4e6bb4c253 ref: befb5fcb7f3b5833bc7b862f0f69aa4e6bb4c253
file: 'layers-integration.yml' file: 'layers-integration.yml'
...@@ -15,5 +15,3 @@ variables: ...@@ -15,5 +15,3 @@ variables:
MASTER_BRANCH: seco/lf-5.10.y/develop MASTER_BRANCH: seco/lf-5.10.y/develop
BB_RECIPE_NAME: linux-seco-imx-src-5.10.52 BB_RECIPE_NAME: linux-seco-imx-src-5.10.52
LAYER_PROJECT_PATH: yocto_ng/layers/seco/meta-seco-imx LAYER_PROJECT_PATH: yocto_ng/layers/seco/meta-seco-imx
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