JIRA: DOVETAIL-184
Change-Id: I6d466dc34de027faab1aa74f66cc6c8e453111d1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
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 /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
::
- git clone https://gerrit.opnfv.org/gerrit/dovetail
+ git clone https://git.opnfv.org/dovetail
Environment preparation
-----------------------