mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Fix incorrect ref in the cosmic-atomic pungi config
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
@@ -258,7 +258,7 @@ ostree = {
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"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,
|
||||
"arches": ["x86_64", "aarch64"],
|
||||
"failable": ['*']
|
||||
|
||||
Reference in New Issue
Block a user