Make clean-all not fail if there are no images

This commit is contained in:
Wojciech Kozlowski 2018-01-24 22:28:37 +00:00
parent 448d8a18b4
commit a65286dccf

View File

@ -105,7 +105,7 @@ runner: runner-clean runner-build runner-push
# -----------------------------------------------------------------------------
clean-all:
docker rmi $(shell docker images -q)
docker rmi $(shell docker images -q) || /bin/true
clean-builds: wiki-clean nextcloud-cron-clean proxy-clean certbot-clean runner-clean