Skip to content
Snippets Groups Projects
Commit 731f0bb1 authored by Paul Bourke's avatar Paul Bourke
Browse files

Add force flag to cleanup-images

TrivialFix

Change-Id: I83dfca7d0ad38411ac43ca89de439705a8e5aa12
parent e415f3a3
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then ...@@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
exit 0 exit 0
fi fi
docker rmi $@ $KOLLA_IMAGES docker rmi -f $@ $KOLLA_IMAGES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment