summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2021-06-14 13:44:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-06-14 13:44:47 +0000
commit9e593807564b5c95d0b747840be09a631ebe49a0 (patch)
tree28e47564eed1ac6b617d844b9c39ff6cb5772ae7 /jjb
parent1dc96dc51b0e0326c22d4fff1ea07e6d4f8c8e30 (diff)
parent377f1c236b547d4dc7762fde56009dd5086fc87e (diff)
Merge "Clean docker.service.d/http-proxy.conf as root"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/functest/xtesting-ci.yaml2
1 files changed, 1 insertions, 1 deletions
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/*