Merge "Add force flag to cleanup-images"

This commit is contained in:
Jenkins 2016-08-19 04:02:18 +00:00 committed by Gerrit Code Review
commit 5637262ce4

View File

@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
exit 0
fi
docker rmi $@ $KOLLA_IMAGES
docker rmi -f $@ $KOLLA_IMAGES