summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.centos7
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile.centos7')
-rw-r--r--docker/Dockerfile.centos72
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.centos7 b/docker/Dockerfile.centos7
index 0107cb7b..acf60282 100644
--- a/docker/Dockerfile.centos7
+++ b/docker/Dockerfile.centos7
@@ -14,7 +14,7 @@ ENV REPOS_DIR ${HOME}/dovetail
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
WORKDIR ${REPOS_DIR}/dovetail