mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-02-24 00:31:08 +00:00
Correctly substitute the needed variables.
This commit is contained in:
parent
ba7b008eb2
commit
23c2e62fe9
@ -138,11 +138,13 @@ class Generator:
|
||||
job_name = release + "_" + package["name"]
|
||||
url = package["packaging_url"]
|
||||
branch = package["packaging_branch"]
|
||||
upstream = package["upstream_url"]
|
||||
# TODO: This is just a dummy command to run in order to test
|
||||
# the config updating
|
||||
package_config = template.render(PACKAGING_URL=url,
|
||||
PACKAGING_BRANCH=branch,
|
||||
SHELL_COMMAND="echo test")
|
||||
UPSTREAM_URL=upstream,
|
||||
NAME=package["name"])
|
||||
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