X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fci%2Fclean_images.sh;h=832ade25279d81e1b6f993dcb651f9edb8d0a72f;hb=810f91e242a5d1a562712df72a9ec95605ed1bab;hp=5cb0700df492c9b25f5b14a2dfc26714e7d26515;hpb=241b693baaec90347d08e63eb1dc167a0033ec21;p=yardstick.git diff --git a/tests/ci/clean_images.sh b/tests/ci/clean_images.sh index 5cb0700df..832ade252 100755 --- a/tests/ci/clean_images.sh +++ b/tests/ci/clean_images.sh @@ -15,7 +15,7 @@ cleanup() echo echo "========== Cleanup ==========" - if [ $OS_CACERT ] && [ "$(echo $OS_CACERT | tr '[:upper:]' '[:lower:]')" = "false" ]; then + if [ $OS_INSECURE ] && [ "$(echo $OS_INSECURE | tr '[:upper:]' '[:lower:]')" = "true" ]; then SECURE="--insecure" else SECURE=""