From 626c9f81e2ad6e8442263a1ddd7864343042b1e3 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Mon, 14 Nov 2022 17:16:06 +0100 Subject: [PATCH] Debug --- manifest-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-integration.yml b/manifest-integration.yml index d4793d0..4f4c6da 100644 --- a/manifest-integration.yml +++ b/manifest-integration.yml @@ -14,7 +14,6 @@ stages: - check variables: - MANIFEST_FILE: "distro/seco-distro.xml" # The BB_RECIPE_NAME is used for projects referenced in the SRCREV file # to match the repository and the bitbake recipe name. # We set it here to none, as every project needing it @@ -102,6 +101,7 @@ merge: --commit=${CI_COMMIT_SOURCE} --save-revision-to=manifest_revision --recipe-name=${BB_RECIPE_NAME} + - echo "integrate/${CI_PROJECT_NAME}/${CI_COMMIT_REF_NAME}" artifacts: paths: - manifest_revision -- GitLab