Skip to content
Snippets Groups Projects

build-jobs.jinja2: Specify master branch variable again

Merged Jonas Höppner requested to merge set-master-branch-manifest-in-jinja2 into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -17,6 +17,9 @@ include:
ref: {{ gitlab_ci_current_rev }}
file: 'manifest-package.yml'
variables:
MASTER_BRANCH_MANIFEST: {{ master_branch_manifest }}
workflow:
rules:
# This rule is needed, as otherwise the workflow:rules from
Loading