From 11697b81d171cace33fc46df88da5375c4566df2 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Tue, 20 Dec 2022 15:58:29 +0100
Subject: [PATCH] Bug fix on condition

---
 manifest-pipeline-yocto.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 5a19619..c0d9690 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -191,6 +191,7 @@ retrigger:
          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
       - |
         su secous -c "
         repo init -u ${CI_REPOSITORY_URL} -b ${BUILD_BRANCH}; 
-- 
GitLab