diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-06-10 06:10:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-10 06:10:37 +0000 |
commit | 03da9f28e277d9ea63ec419f54568579c3351ec3 (patch) | |
tree | 39c8f785453eb2b12500f1cf6f087c08f50ecf1a | |
parent | aac2f29f5839faa1e235011c4ee9011e83912eb0 (diff) | |
parent | 56c75525ecd7b98b197ce83fc4ea99dadd9cb154 (diff) |
Merge "Move kind as root"
-rw-r--r-- | jjb/functest/xtestingci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtestingci.yaml b/jjb/functest/xtestingci.yaml index badf2a96d..f29b06b67 100644 --- a/jjb/functest/xtestingci.yaml +++ b/jjb/functest/xtestingci.yaml @@ -6,7 +6,7 @@ set +x curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 chmod +x ./kind - mv ./kind /usr/local/bin/kind + sudo mv ./kind /usr/local/bin/kind kind delete clusters xtesting sudo docker ps -aq |xargs docker stop sudo docker ps -aq |xargs docker rm |