Skip to content
Snippets Groups Projects
Commit bcc84402 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/set-master-branch-manifest-in-jinja2

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@d9660a80

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 dd4b0c03
No related branches found
No related tags found
1 merge request!53Integrate gitlab-ci/set-master-branch-manifest-in-jinja2
Pipeline #20226 passed with stage
in 25 seconds
Subproject commit 2e6c1b4ff232614efbdbdcb66cabc4e33d066eb6 Subproject commit d9660a80edc09242d507077a4059531a057f3184
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 2e6c1b4ff232614efbdbdcb66cabc4e33d066eb6 ref: d9660a80edc09242d507077a4059531a057f3184
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
......
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