diff options
Diffstat (limited to 'ci/docker')
-rw-r--r-- | ci/docker/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index a8f7e389..375ceba6 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get -y autoremove && \ RUN mkdir -p ${REPOS_DIR} RUN git config --global http.sslVerify false -# TODO fix code clone handler -#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 git clone https://gerrit.opnfv.org/gerrit/bottlenecks ${BOTTLENECKS_REPO_DIR} +RUN git clone https://gerrit.opnfv.org/gerrit/releng ${RELENG_REPO_DIR} +COPY ../../run_tests.sh /usr/local/bin/ |