summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2017-01-17 06:12:53 -0500
committerMatthewLi <matthew.lijun@huawei.com>2017-01-17 06:16:33 -0500
commit0f5b551c5b9b0cea145930d49659f74d9c1c4ae9 (patch)
treed9deb0e9e185547407919588d8ae84b2bc3a98d2 /docker/Dockerfile
parent5a1687b29e7d01929bb1d3bf82c70cb7cc305bd7 (diff)
dovetail tool: change to git repo then pbr.version can be get inside docker
JIRA: DOVETAIL-184 Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 6694c501..c329c53d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -23,7 +23,7 @@ WORKDIR /home/opnfv
RUN \
git config --global http.sslVerify false \
&& \
- git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/dovetail.git ${REPOS_DIR} \
+ git clone --depth 1 -b $BRANCH https://git.opnfv.org/dovetail ${REPOS_DIR} \
&& \
mkdir -p ${REPOS_DIR}/results \
&& \