Skip to content
Snippets Groups Projects
Commit a531e234 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added force flag to cleanup

parent 6f9157a1
No related branches found
No related tags found
No related merge requests found
Pipeline #1478 passed
......@@ -8,7 +8,7 @@ export DOCKER_ZAFL=${ZAFL_PATH}${ZAFL_TAG}
do_clean()
{
if [[ $CICD_WEEKLY == 1 ]]; then
docker system prune -a
docker system prune -a -f
fi
}
......
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