Remove Branch var for docker build push 21/38721/2
authorYang Yu <Gabriel.yuyang@huawei.com>
Fri, 4 Aug 2017 02:43:26 +0000 (10:43 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Fri, 4 Aug 2017 02:46:41 +0000 (10:46 +0800)
For Dovetail, remove the var temporiately

Change-Id: Ic833d565435b431c83d995c5f5174890cd0570cb
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
docker/Dockerfile

index 69e1d65..2638300 100644 (file)
@@ -46,7 +46,7 @@ RUN apt-get -y autoremove && \
 RUN mkdir -p ${REPOS_DIR}
 
 RUN git config --global http.sslVerify false
-RUN git clone -b $BRANCH https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR}
+RUN git clone https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR}
 RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR}
 
 RUN easy_install pytz