From: MatthewLi Date: Thu, 14 Apr 2016 06:37:20 +0000 (-0400) Subject: bugfix for Dockerfile X-Git-Tag: colorado.1.0~66 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=549add2f569cb5ea9962ee4441292e96f8aedf36 bugfix for Dockerfile Change-Id: I38815f4d86430852cda196f05f91e673990cfd3c Signed-off-by: MatthewLi --- diff --git a/ci/docker/Dockerfile b/ci/docker/Dockerfile index 375ceba6..70d0be0a 100644 --- a/ci/docker/Dockerfile +++ b/ci/docker/Dockerfile @@ -41,4 +41,4 @@ RUN git config --global http.sslVerify false 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/ +#COPY ./run_tests.sh /usr/local/bin/