Merge "Fix publishing tagged docs"

This commit is contained in:
Zuul 2018-02-19 21:31:51 +00:00 committed by Gerrit Code Review
commit b111e5ed73
2 changed files with 4 additions and 8 deletions

View File

@ -4,10 +4,8 @@
# docs are always the latest release with older tags available under the
# root in the tagname dir.
- name: Copy content to the temporary location
copy:
remote_src: true
src: "{{ doc_build_dir }}/html"
dest: "{{ doc_build_dir }}/tmp"
# remote_src copy does not work recursively, using command
command: cp -a {{ doc_build_dir }}/html {{ doc_build_dir }}/tmp
- name: Make destination path
file:

View File

@ -4,10 +4,8 @@
# docs are always the latest release with older tags available under the
# root in the tagname dir.
- name: Copy content to the temporary location
copy:
remote_src: true
src: "{{ doc_build_dir }}/html"
dest: "{{ doc_build_dir }}/tmp"
# remote_src copy does not work recursively, using command
command: cp -a {{ doc_build_dir }}/html {{ doc_build_dir }}/tmp
- name: Make destination path
file: