diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-08-19 10:32:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-08-19 10:32:36 +0000 |
commit | cff01ea40159add3cf9d2e2299bd18d3b7a0bc12 (patch) | |
tree | 6a4242c239187767738b73c1a6ad1721fe5cd8a4 /jjb | |
parent | b3ef3c63dd01b47a9c8ac4be1e6eddf18a9f8cfd (diff) | |
parent | c4927b012e7188ae9bd830287985cb4b8a8c68d0 (diff) |
Merge "Set verbose when removing /data"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index cbba1b013..eeb2b38ad 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -14,7 +14,7 @@ sudo rm -f /etc/systemd/system/docker.service.d/http-proxy.conf sudo systemctl daemon-reload sudo systemctl restart docker - sudo rm -rf /data/* + sudo rm -rfv /data sudo pip3 install ansible ansible-galaxy install -f collivier.xtesting ansible-galaxy collection install -f -r ~/.ansible/roles/collivier.xtesting/requirements.yml |