Skip to content

Commit

Permalink
ci: Bump hardcoded Ignition version
Browse files Browse the repository at this point in the history
The previous was gc'd.
  • Loading branch information
cgwalters committed Oct 2, 2023
1 parent 313e008 commit b8c27f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b8c27f3

Please sign in to comment.