Remove the approval of certs call 91/1291/1
authorYolanda Robla <yroblamo@redhat.com>
Wed, 31 Jul 2019 08:59:18 +0000 (10:59 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Wed, 31 Jul 2019 08:59:18 +0000 (10:59 +0200)
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: I68623e2f0b8e8e97dd16ddc794640e27a8c97db2

ci/kni_deploy_libvirt.sh

index c8b045e..f1eac18 100755 (executable)
@@ -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"