Fix incorrect ref in the cosmic-atomic pungi config
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
parent
1b1da8f88f
commit
b3c32cbc9c
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ ostree = {
|
||||||
"config_branch": "f[[ release.version ]]",
|
"config_branch": "f[[ release.version ]]",
|
||||||
"repo": {{ repos }},
|
"repo": {{ repos }},
|
||||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||||
"ostree_ref": "fedora/[[ release.version ]]/${basearch}/[[ ostreeref ]]/sericea",
|
"ostree_ref": "fedora/[[ release.version ]]/${basearch}/[[ ostreeref ]]/cosmic-atomic",
|
||||||
"tag_ref": False,
|
"tag_ref": False,
|
||||||
"arches": ["x86_64", "aarch64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"failable": ['*']
|
"failable": ['*']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue