fix: Remove bootc check for now since it's causing problems

This commit is contained in:
Gerald Pinder 2025-06-02 08:39:50 -04:00
parent 8136ec52da
commit d4e05c3f11

View file

@ -2,8 +2,8 @@
set -euo pipefail
rm -rf /tmp/* /var/* /usr/etc
rm -rf /tmp/* /var/*
if command -v bootc > /dev/null; then
bootc container lint
fi
# if command -v bootc > /dev/null; then
# bootc container lint
# fi