Skip to content
Snippets Groups Projects
Commit 1285aad7 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

manifest: Added manifest file name to integration script

BCS 746-000518
parent dc6d7858
No related branches found
No related tags found
1 merge request!133build: Added DualEspresso
Pipeline #13804 passed with stages
in 32 seconds
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment