From 549add2f569cb5ea9962ee4441292e96f8aedf36 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Thu, 14 Apr 2016 02:37:20 -0400 Subject: bugfix for Dockerfile Change-Id: I38815f4d86430852cda196f05f91e673990cfd3c Signed-off-by: MatthewLi --- ci/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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/ -- cgit 1.2.3-korg