Fix Makefile for automated GitLab CI
This commit is contained in:
parent
131885dbf9
commit
a5a3ba405c
3
Makefile
3
Makefile
@ -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 \
|
||||
|
Reference in New Issue
Block a user