mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-03-10 06:31:09 +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 jobtype in ["unstable", "stable"]:
|
||||
package_config = self.load_config("release-mgmt")
|
||||
jobname = "mgmt_build_" + release + "_" + jobtype
|
||||
job_name = "mgmt_build_" + release + "_" + jobtype
|
||||
if job_name in jobs:
|
||||
job = server.get_job(job_name)
|
||||
job.update_config(package_config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user