Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
06638bb
)
correct the path of .ansible.cfg
09/31309/2
author
wu.zhihui
<wu.zhihui1@zte.com.cn>
Wed, 22 Mar 2017 05:20:54 +0000
(13:20 +0800)
committer
wu.zhihui
<wu.zhihui1@zte.com.cn>
Wed, 22 Mar 2017 07:36:35 +0000
(15:36 +0800)
In qtip container, /home/opnfv/ is HOME path. So the customized
.ansible.cfg should be put under this directory.
Change-Id: Ie0cddab9dac72fc45c14d7d3652b6863c5748260
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
docker/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/Dockerfile
b/docker/Dockerfile
index
a4a7e47
..
d609273
100644
(file)
--- a/
docker/Dockerfile
+++ b/
docker/Dockerfile
@@
-55,7
+55,7
@@
RUN mkdir -p $HOME/qtip/results
RUN chmod 700 /root/.ssh
#Config ansible
-COPY ansible.cfg.default
/root
/.ansible.cfg
+COPY ansible.cfg.default
$HOME
/.ansible.cfg
#Cloning Repos
RUN git config --global http.sslVerify false