fix: Remove bootc check for now since it's causing problems
This commit is contained in:
parent
8136ec52da
commit
d4e05c3f11
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue