diff options
-rw-r--r-- | ci/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |