mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-10 06:31:09 +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 = Template(template)
|
||||
|
||||
if data is not None:
|
||||
if data is not None and job_type != "release-mgmt":
|
||||
url = data["packaging_url"]
|
||||
u_branch = data["packaging_branch_unstable"]
|
||||
s_branch = data["packaging_branch_stable"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user