From 0596e554538cd79344ab5facb0279f3b1e2c7bbb Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Wed, 21 Dec 2022 08:56:14 +0100 Subject: [PATCH] Modification to echo position for debug purpose --- manifest-pipeline-yocto.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index c0d9690..9c626e1 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -189,9 +189,10 @@ retrigger: - BUILD_BRANCH=${MASTER_BRANCH} - | if [ ${CI_PIPELINE_SOURCE} == "pipeline" ]; then - echo "This is the manifest branch used for the build ${CI_COMMIT_REF_NAME}" BUILD_BRANCH="${CI_COMMIT_REF_NAME}" fi + echo "This is the manifest repository URL used for the build: ${CI_REPOSITORY_URL}" + echo "This is the manifest branch used for the build: ${BUILD_BRANCH}" - | su secous -c " repo init -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH}; -- GitLab