From 690d329a91af99777a0d48cdd2ea84ac7e803c0e Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 12 Oct 2016 05:17:29 -0400 Subject: preparation for setup.py JIRA: DOVETAIL-26 1)change the directory scripts to dovetail, to make it unified in OPNFV and for setup.py 2)change the paths accordingly 3)this should be first merged, since docker is changed, then to add setup.py and run the local test Change-Id: I65974bde17f310ebbfe3c025532b05dae8752945 Signed-off-by: MatthewLi --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index bdf5a40d..cc21203d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,7 +24,7 @@ RUN \ jinja2 ENV HOME /home/opnfv -ENV REPOS_DIR /home/opnfv/dovetail +ENV REPOS_DIR ${HOME}/dovetail WORKDIR /home/opnfv RUN \ @@ -34,4 +34,4 @@ RUN \ && \ mkdir -p ${REPOS_DIR}/results -WORKDIR /home/opnfv/dovetail/scripts +WORKDIR ${REPOS_DIR}/dovetail -- cgit 1.2.3-korg