From d519fff9ff4adaece9e3cc221800169602f58fec Mon Sep 17 00:00:00 2001 From: QiLiang Date: Sat, 16 Jan 2016 09:58:05 +0000 Subject: Scripts update to run rubbos on compass4nfv env 2 Enable stable branch checkout JIRA: - Change-Id: Ibe16adc4a6a1810a75b60ef9198ce7ea239d79c3 Signed-off-by: QiLiang --- ci/run.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ci/run.sh') diff --git a/ci/run.sh b/ci/run.sh index af9b46fb..2a9f0d31 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -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 -- cgit 1.2.3-korg