From: Cédric Ollivier Date: Mon, 14 Jun 2021 13:27:21 +0000 (+0200) Subject: Clean docker.service.d/http-proxy.conf as root X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F72687%2F1;p=releng.git Clean docker.service.d/http-proxy.conf as root Change-Id: Ic05f190e7cd95d0eb93012d47fcbb5dc9a81c1b6 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 1fb8bd366..57c62c4ba 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -10,7 +10,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 - rm -f /etc/systemd/system/docker.service.d/http-proxy.conf + sudo rm -f /etc/systemd/system/docker.service.d/http-proxy.conf sudo systemctl daemon-reload sudo systemctl restart docker sudo rm -rf /data/*