summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-14 02:37:20 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-14 02:37:20 -0400
commit549add2f569cb5ea9962ee4441292e96f8aedf36 (patch)
treeb09175ecb9a0dd005c92ca5e1a2d2254a1dde4d2 /ci
parent43c038ddf45d5343f23cc0dbdd39c1eb8890f073 (diff)
bugfix for Dockerfile
Change-Id: I38815f4d86430852cda196f05f91e673990cfd3c Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/docker/Dockerfile2
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/