Fix Makefile for automated GitLab CI

This commit is contained in:
Wojciech Kozlowski 2018-10-25 21:11:43 +01:00
parent 131885dbf9
commit a5a3ba405c

View File

@ -177,7 +177,8 @@ runners: runners-clean runners-build runners-push
# -----------------------------------------------------------------------------
clean-all:
docker rmi $(shell docker images -q) || /bin/true
yes | docker container prune
yes | docker image prune -a
clean-builds: \
wiki-clean \