Skip to content
Snippets Groups Projects
Commit d4ebdd22 authored by Frederic Danis's avatar Frederic Danis
Browse files

generate-jobs: Fix missing osname variable


aum-offline-upgrade-branch is not generated with following error:
template variable not defined in aum-offline-upgrade-branch: 'osname' is undefined

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 44bd00c6
No related tags found
No related merge requests found
......@@ -198,6 +198,7 @@ class JobGenerator:
variables['priority'] = self.args.priority
variables['image_date'] = self.args.date
variables['image_name'] = self.args.name
variables['osname'] = self.args.osname
# Set variables passed with '-t'
if self.args.template_vars:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment