From: Yolanda Robla Date: Sat, 7 Mar 2020 12:08:59 +0000 (+0100) Subject: Add missing kni on path X-Git-Tag: akraino_r3~7 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=4e971352426b6eb20e03072593145b5dd7527913;p=kni%2Finstaller.git Add missing kni on path Signed-off-by: Yolanda Robla Change-Id: Ie4b6aa7cc11706dfe75752667ebcea5a2a7e85d6 --- diff --git a/ci/kni_deploy_libvirt.sh b/ci/kni_deploy_libvirt.sh index 2141a5b..3c20840 100755 --- a/ci/kni_deploy_libvirt.sh +++ b/ci/kni_deploy_libvirt.sh @@ -75,7 +75,7 @@ echo "metadata.json for removing cluster" sudo cat $HOME/.kni/${SITE_NAME}/final_manifests/metadata.json echo "Cluster successfully deployed! Start applying workloads" -sudo -E ./knictl apply_workloads ${SITE_NAME} --build_path $HOME 2>&1 | tee ${WORKSPACE}/libvirt_workloads.log +sudo -E ./knictl apply_workloads ${SITE_NAME} --build_path $HOME/.kni 2>&1 | tee ${WORKSPACE}/libvirt_workloads.log STATUS=$? if [ $STATUS -ne 0 ]; then