summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-08-04 02:57:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-04 02:57:20 +0000
commit84bc638b92487b9921007cfdcf9d6ced7cb1c334 (patch)
tree05b6ebc4ed6322a052a03e74c00fbbbe13a40e70
parent3592f9016821a603930ebda7f4112abf732e6750 (diff)
parentb35951f0ed67ca63847f311f359d6c69935376c4 (diff)
Merge "Remove Branch var for docker build push"
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 69e1d65b..26383005 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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