diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index c0d96905f407ba209b9a50a864964a525218b814..9c626e1e09ef864add9e28583f44b76d37573a69 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};