diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-10-12 05:17:29 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-10-12 05:18:22 -0400 |
commit | 690d329a91af99777a0d48cdd2ea84ac7e803c0e (patch) | |
tree | 856546379df2af45a6a1deccad122db4b89ae96d /docker/Dockerfile | |
parent | 47bd76a388cb6a5b3e023fc6239584b59e19b336 (diff) |
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 <matthew.lijun@huawei.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |