diff options
author | QiLiang <liangqi1@huawei.com> | 2016-01-16 09:58:05 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2016-01-16 13:49:38 +0000 |
commit | d519fff9ff4adaece9e3cc221800169602f58fec (patch) | |
tree | 06360a01df80f26ce8f640a79ccd897620ddae25 /ci/run.sh | |
parent | 44fa06d65eafdcfce9671bdc09f2c8a6d7115982 (diff) |
Scripts update to run rubbos on compass4nfv env 2
Enable stable branch checkout
JIRA: -
Change-Id: Ibe16adc4a6a1810a75b60ef9198ce7ea239d79c3
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-x | ci/run.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -2,16 +2,10 @@ set -ex -BOTTLENECKS_REPO=https://gerrit.opnfv.org/gerrit/bottlenecks - SCRIPT_DIR=`cd ${BASH_SOURCE[0]%/*};pwd` export BOTTLENECKS_TOP_DIR=$SCRIPT_DIR/../ export GERRIT_REFSPEC_DEBUG=$1 -if [ x"$GERRIT_REFSPEC_DEBUG" != x ]; then - git fetch $BOTTLENECKS_REPO $GERRIT_REFSPEC_DEBUG && git checkout FETCH_HEAD -fi - $SCRIPT_DIR/rubbos_docker_run.sh set +ex |