summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-02-20 01:28:24 -0500
committerMatthewLi <matthew.lijun@huawei.com>2017-02-20 01:37:44 -0500
commit85568afd806e36ff9885b52313b32b70c9693ad0 (patch)
treeae21297d6af729d60ec47cb70c4345b4b66ff721 /docker
parentbb1c8231f69f8e55d5e7411618d0c2e4d06287ad (diff)
dovetail tool: bugfix for dovetail report and docker build
JIRA: DOVETAIL-353 JIRA: DOVETAIL-354 related patch: https://gerrit.opnfv.org/gerrit/#/c/29049/ Change-Id: Ic871abbda62dead7cf5e23e6117c9885d637c7fb Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c329c53d..68579e7f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,8 +2,6 @@ FROM ubuntu:14.04
MAINTAINER Leo Wang <grakiss.wanglei@huawei.com>
LABEL version="0.1" description="OPNFV Dovetail Docker Container"
-ARG BRANCH=master
-
RUN \
apt-get update \
&& \
@@ -23,7 +21,7 @@ WORKDIR /home/opnfv
RUN \
git config --global http.sslVerify false \
&& \
- git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} \
+ git clone https://git.opnfv.org/dovetail ${REPOS_DIR} \
&& \
mkdir -p ${REPOS_DIR}/results \
&& \