From a531e2346e5f05587c585432a501f9e451f3cf33 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Tue, 22 Jan 2019 09:22:38 -0500 Subject: [PATCH] added force flag to cleanup --- cicd_testing/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/deploy.sh b/cicd_testing/deploy.sh index 787abe6..76b82dc 100755 --- a/cicd_testing/deploy.sh +++ b/cicd_testing/deploy.sh @@ -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 } -- GitLab