X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fvstf_run.sh;h=fd8274220b8a04d82528493fbece1111589d4a6b;hb=b8eeff7c6fdbfa5fe308e37a09853a6bc1f20d60;hp=ee5230472fec207725382533651c465d286f8849;hpb=27a84e7905e66c005b02706ea3489576b5873c32;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