Skip to content
Snippets Groups Projects
Commit 5637262c authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add force flag to cleanup-images"

parents 7bf87ddd 731f0bb1
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ if [[ -z "$KOLLA_IMAGES" ]]; then
exit 0
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