Output errors during make clean #95

Merged
fyrchik merged 1 commit from nzinkevich/frostfs-dev-env:make_clean_errors into master 2024-12-27 12:18:26 +00:00

View file

@ -159,7 +159,7 @@ clean:
vols=`docker-compose -f services/$${svc}/docker-compose.yml config --volumes`
if [[ ! -z "$${vols}" ]]; then
for vol in $${vols}; do
docker volume rm -f "$${svc}_$${vol}" 2> /dev/null
docker volume rm -f "$${svc}_$${vol}"
done
fi
done