From ccb9b80a4d16cc3948eef74d393b57b7e2a2200d Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 7 Sep 2021 23:16:25 +0200 Subject: [PATCH] Avoid prompt properly when calling docker system prune MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I472f67b9eebc138f60e50bb70b084db7878e304f Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index a895644b4..d1e790a6c 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -11,7 +11,7 @@ kind delete clusters xtesting jenkins gitlab || true sudo docker ps -aq |xargs sudo docker stop || true sudo docker ps -aq |xargs sudo docker rm || true - sudo docker system prune -y || true + sudo docker system prune -f --all || true sudo rm -f /etc/systemd/system/docker.service.d/http-proxy.conf sudo systemctl daemon-reload sudo systemctl restart docker -- 2.16.6