mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-04 06:01:28 +00:00
Add another missing underscore.
This commit is contained in:
parent
55f157a0f2
commit
33be3109fd
@ -228,7 +228,7 @@ class Generator:
|
|||||||
for release in total_rel:
|
for release in total_rel:
|
||||||
for jobtype in ["unstable", "stable"]:
|
for jobtype in ["unstable", "stable"]:
|
||||||
package_config = self.load_config("release-mgmt")
|
package_config = self.load_config("release-mgmt")
|
||||||
jobname = "mgmt_build_" + release + "_" + jobtype
|
job_name = "mgmt_build_" + release + "_" + jobtype
|
||||||
if job_name in jobs:
|
if job_name in jobs:
|
||||||
job = server.get_job(job_name)
|
job = server.get_job(job_name)
|
||||||
job.update_config(package_config)
|
job.update_config(package_config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user