ALBS-693: Prepare pungi configuration and setup Jenkins job for AlmaLinux 9.1 beta
- The typo is fixed
This commit is contained in:
parent
5784b53382
commit
a830011d14
@ -45,7 +45,7 @@ filter_system_release_packages = False
|
||||
gather_prepopulate = {
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git",
|
||||
"branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defained and beta_suffix else '' }}",
|
||||
"branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}",
|
||||
"file": "{{ arch }}/packages.json",
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user