X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Frun.sh;fp=ci%2Frun.sh;h=2a9f0d31568d73675832b7cfbe9ad32e747bdea1;hb=d519fff9ff4adaece9e3cc221800169602f58fec;hp=af9b46fbce4cdabf0885d320e8e51ea32e853ed8;hpb=44fa06d65eafdcfce9671bdc09f2c8a6d7115982;p=bottlenecks.git 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