diff options
author | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-08-04 10:43:26 +0800 |
---|---|---|
committer | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-08-04 10:46:41 +0800 |
commit | b35951f0ed67ca63847f311f359d6c69935376c4 (patch) | |
tree | 588ccafe608aa55b820620259d7de4d9c5587536 /docker/Dockerfile | |
parent | 5b75906f3bcf91355bed14311d79d49d65982b6d (diff) |
Remove Branch var for docker build push
For Dovetail, remove the var temporiately
Change-Id: Ic833d565435b431c83d995c5f5174890cd0570cb
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
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 |