From: Yolanda Robla Date: Wed, 31 Jul 2019 08:59:18 +0000 (+0200) Subject: Remove the approval of certs call X-Git-Tag: akraino_r2~39 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=69623e2c7d49403dcd7aacbed053bf29bd657889;p=kni%2Finstaller.git Remove the approval of certs call Signed-off-by: Yolanda Robla Change-Id: I68623e2f0b8e8e97dd16ddc794640e27a8c97db2 --- diff --git a/ci/kni_deploy_libvirt.sh b/ci/kni_deploy_libvirt.sh index c8b045e..f1eac18 100755 --- a/ci/kni_deploy_libvirt.sh +++ b/ci/kni_deploy_libvirt.sh @@ -48,11 +48,8 @@ sudo rm -rf /$HOME/.kni/${SITE_NAME}/final_manifests || true # now run the cluster source $HOME/.kni/${SITE_NAME}/profile.env -approve_certs & -FUNCTION_PID=$! sudo -E $HOME/.kni/${SITE_NAME}/requirements/openshift-install create cluster --dir=/$HOME/.kni/${SITE_NAME}/final_manifests 2>&1 | tee ${WORKSPACE}/libvirt_deploy.log STATUS=$? -kill $FUNCTION_PID || true # output tfstate echo "metadata.json for removing cluster"