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
Branches
Tags
1 merge request!133build: Added DualEspresso
Pipeline #13804 passed
...@@ -20,6 +20,7 @@ variables: ...@@ -20,6 +20,7 @@ variables:
# The BB_RECIPE_NAME is passed to the python scripts below anyway, but not # The BB_RECIPE_NAME is passed to the python scripts below anyway, but not
# used for projects referenced in the manifest file. # used for projects referenced in the manifest file.
BB_RECIPE_NAME: none BB_RECIPE_NAME: none
MANIFEST_FILE: "default.xml"
workflow: workflow:
rules: rules:
...@@ -69,6 +70,7 @@ integrate: ...@@ -69,6 +70,7 @@ integrate:
--gitlab-url=${CI_SERVER_URL} --gitlab-url=${CI_SERVER_URL}
--token=${GITBOT_TOKEN} --token=${GITBOT_TOKEN}
--manifest-project=${MANIFEST_PROJECT} --manifest-project=${MANIFEST_PROJECT}
--manifest-file=${MANIFEST_FILE}
--integration-base=${MASTER_BRANCH_MANIFEST} --integration-base=${MASTER_BRANCH_MANIFEST}
--project=${CI_PROJECT_PATH} --project=${CI_PROJECT_PATH}
--merge-request=${MERGE_REQUEST} --merge-request=${MERGE_REQUEST}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment