From b8c27f386a92cde63508ecba963c4af6784ad88c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 2 Oct 2023 11:15:28 -0400 Subject: [PATCH] ci: Bump hardcoded Ignition version The previous was gc'd. --- ci/test-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-container.sh b/ci/test-container.sh index 0308528428..a2a37d529b 100755 --- a/ci/test-container.sh +++ b/ci/test-container.sh @@ -76,7 +76,7 @@ versionid=$(grep -E '^VERSION_ID=' /etc/os-release) versionid=${versionid:11} # trim off VERSION_ID= case $versionid in 38) - url_suffix=2.15.0/4.fc39/x86_64/ignition-2.15.0-4.fc39.x86_64.rpm + url_suffix=2.16.2/2.fc39/x86_64/ignition-2.16.2-2.fc39.x86_64.rpm # 2.15.0-3 koji_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2158585" koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2174317"