unset Kubeconfig env var

This commit is contained in:
Sergey Dudoladov 2019-05-24 15:05:35 +02:00
parent 424ad7677c
commit 4bb20da4f5
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ function run_tests(){
}
function clean_up(){
unset KUBECONFIG
kind-linux-amd64 delete cluster --name ${cluster_name}
rm -rf ${kubeconfig_path}
}