This commit is contained in:
Eugene Rakhmatulin
2026-03-25 15:40:09 -07:00
parent 2f5ff0211e
commit 73fec1bdf8

View File

@@ -389,7 +389,7 @@ if [[ "$CLEANUP_MODE" == "true" ]]; then
fi fi
# Remove all .-commit files # Remove all .-commit files
if compgen -G "$WHEELS_DIR/*.-commit" > /dev/null 2>&1; then if compgen -G "$WHEELS_DIR/.*-commit" > /dev/null 2>&1; then
rm -f "$WHEELS_DIR"/.*-commit rm -f "$WHEELS_DIR"/.*-commit
echo "Removed .*-commit files from $WHEELS_DIR" echo "Removed .*-commit files from $WHEELS_DIR"
else else