diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-01-09 03:02:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-09 03:02:06 +0000 |
commit | f1c3025829798753e4e57b2c6178f1f72957556a (patch) | |
tree | 6518c1c89d62b2935429c6cb59c7979631b7f649 /ci | |
parent | 6e490df0346e26f9e6cc5dc79029a03e1d17a454 (diff) | |
parent | b8eeff7c6fdbfa5fe308e37a09853a6bc1f20d60 (diff) |
Merge "JIRA: BOTTLENECKS-29"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/vstf_run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |