From 3c89a650e04e0ee6aa318d069735fa4904c40f90 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Thu, 15 Dec 2022 15:30:31 +0100 Subject: [PATCH] [CICD] Bug fix on project variable --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 036a2b8e9d857..9233570119c25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ # Include the default CI steps from the gitlab-ci repo # --------------------------------------------------------------------------------------- include: - - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci' + - project: 'yocto_ng/infrastructure/gitlab-ci' ref: befb5fcb7f3b5833bc7b862f0f69aa4e6bb4c253 file: 'layers-integration.yml' @@ -15,5 +15,3 @@ variables: MASTER_BRANCH: seco/lf-5.10.y/develop BB_RECIPE_NAME: linux-seco-imx-src-5.10.52 LAYER_PROJECT_PATH: yocto_ng/layers/seco/meta-seco-imx - - -- GitLab