fix hvves files for CI

Issue-ID: INT-1594

Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ifafdfd0067e810341d5626369db6853e0d427b0f
Signed-off-by: mrichomme <morgan.richomme@orange.com>
diff --git a/setup-hvves.sh b/setup-hvves.sh
index 040b2fb..f81799b 100755
--- a/setup-hvves.sh
+++ b/setup-hvves.sh
@@ -5,7 +5,7 @@
 # Copy the stuff to HV-VES and Robot pods.
 #
 NAMESPACE=${NAMESPACE:-onap}
-DIR=${DIR:"/tmp"}
+DIR=${DIR:-/tmp}
 
 HVVESPOD=$(kubectl -n $NAMESPACE get pods --no-headers=true -o custom-columns=:metadata.name | grep hv-ves)
 
@@ -60,4 +60,3 @@
 sign_server_and_client_cert "$DIR"
 create_pkcs12_ca_and_server "$DIR"
 copy_server_certs_to_hvves "$DIR" "$NAMESPACE" "$HVVESPOD" "$DIR"
-cleanup "$DIR"