Change path to use site from kni repo 46/3346/1
authorYolanda Robla <yroblamo@redhat.com>
Wed, 8 Apr 2020 09:22:24 +0000 (11:22 +0200)
committerYolanda Robla <yroblamo@redhat.com>
Wed, 8 Apr 2020 09:22:24 +0000 (11:22 +0200)
Signed-off-by: Yolanda Robla <yroblamo@redhat.com>
Change-Id: Ib8bd17b8b22d07962fce6c60c8f2b6d1a1f85d87

ci/kni_deploy_baremetal.sh

index 7cb33e9..9391146 100755 (executable)
@@ -29,7 +29,7 @@ sudo -E bash -c "yes Y | ./virsh-cleanup.sh"
 
 rm -rf $HOME/.kni/$SITE_NAME || true
 pushd $HOME/go/src/gerrit.akraino.org/kni/installer
-./knictl fetch_requirements file://${WORKSPACE}/$SITE_NAME
+./knictl fetch_requirements file://${WORKSPACE}/kni-blueprint-pae/sites/$SITE_NAME
 ./knictl prepare_manifests $SITE_NAME
 popd