From 1285aad74b80fab2f0daaa50e39e087dc2b0c519 Mon Sep 17 00:00:00 2001
From: Tobias Poganiuch <tobias.poganiuch@garz-fricke.com>
Date: Tue, 26 Apr 2022 11:47:30 +0200
Subject: [PATCH] manifest: Added manifest file name to integration script

BCS 746-000518
---
 manifest-integration.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/manifest-integration.yml b/manifest-integration.yml
index 234f89ee..357e6bca 100644
--- a/manifest-integration.yml
+++ b/manifest-integration.yml
@@ -20,6 +20,7 @@ variables:
   # The BB_RECIPE_NAME is passed to the python scripts below anyway, but not
   # used for projects referenced in the manifest file.
   BB_RECIPE_NAME: none
+  MANIFEST_FILE: "default.xml"
 
 workflow:
   rules:
@@ -69,6 +70,7 @@ integrate:
         --gitlab-url=${CI_SERVER_URL}
         --token=${GITBOT_TOKEN}
         --manifest-project=${MANIFEST_PROJECT}
+        --manifest-file=${MANIFEST_FILE}
         --integration-base=${MASTER_BRANCH_MANIFEST}
         --project=${CI_PROJECT_PATH}
         --merge-request=${MERGE_REQUEST}
-- 
GitLab