mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-03 13:51:28 +00:00
Make sure we don't fail when loading the non-data-using release-mgmt template.
This commit is contained in:
parent
050cf6cb12
commit
bf8edaaf9d
@ -131,7 +131,7 @@ class Generator:
|
|||||||
template += text
|
template += text
|
||||||
template = Template(template)
|
template = Template(template)
|
||||||
|
|
||||||
if data is not None:
|
if data is not None and job_type != "release-mgmt":
|
||||||
url = data["packaging_url"]
|
url = data["packaging_url"]
|
||||||
u_branch = data["packaging_branch_unstable"]
|
u_branch = data["packaging_branch_unstable"]
|
||||||
s_branch = data["packaging_branch_stable"]
|
s_branch = data["packaging_branch_stable"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user