Skip to content
Snippets Groups Projects
Commit d9660a80 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

build-jobs.jinja2: Specify master branch variable again

If the MASTER_BRANCH_MANIFEST variable is set in the manifest's
.gitlab-ci.yml file, it may not find its way to the generated job,
if it is not explicitly set during generation.
That is done with this patch.
parent 2e6c1b4f
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ include: ...@@ -17,6 +17,9 @@ include:
ref: {{ gitlab_ci_current_rev }} ref: {{ gitlab_ci_current_rev }}
file: 'manifest-package.yml' file: 'manifest-package.yml'
variables:
MASTER_BRANCH_MANIFEST: {{ master_branch_manifest }}
workflow: workflow:
rules: rules:
# This rule is needed, as otherwise the workflow:rules from # This rule is needed, as otherwise the workflow:rules from
......
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