X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fvstf_run.sh;h=fd8274220b8a04d82528493fbece1111589d4a6b;hb=0cb54276e3b9aa3d531e574493206e2e3b5e5018;hp=ee5230472fec207725382533651c465d286f8849;hpb=a08f4e7265637f994598f233c7713bfe877cada6;p=bottlenecks.git diff --git a/ci/vstf_run.sh b/ci/vstf_run.sh index ee523047..fd827422 100755 --- a/ci/vstf_run.sh +++ b/ci/vstf_run.sh @@ -11,6 +11,8 @@ if [ x"$GERRIT_REFSPEC_DEBUG" != x ]; then git fetch $BOTTLENECKS_REPO $GERRIT_REFSPEC_DEBUG && git checkout FETCH_HEAD fi -$SCRIPT_DIR/../utils/infra_setup/heat_template/vstf_heat_template/vstf_HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG +cd $SCRIPT_DIR/../utils/infra_setup/heat_template/vstf_heat_template/ +./vstf_HOT_create_instance.sh $GERRIT_REFSPEC_DEBUG +cd - set +ex