Skip to content

Commit

Permalink
Merge pull request #5015 from cgwalters/fix-ci
Browse files Browse the repository at this point in the history
ci: Uninstall kexec harder
  • Loading branch information
cgwalters authored Jul 12, 2024
2 parents 535f2d7 + fb036c8 commit f38c2a8
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 @@ -91,7 +91,7 @@ rpm-ostree install ignition.rpm
rpm -q ignition

# And verify it's uninstalled
dnf -y uninstall kexec-tools
dnf -y uninstall kexec-tools kdump-utils makedumpfile
if rpm -q kexec-tools; then fatal "failed to remove kexec-tools"; fi

# test replacement by Koji URL
Expand Down

0 comments on commit f38c2a8

Please sign in to comment.