Merge "Avoid moving release notes after complete execution"

This commit is contained in:
Zuul 2017-10-05 14:07:36 +00:00 committed by Gerrit Code Review
commit 91bc15eb29
2 changed files with 1 additions and 6 deletions

View File

@ -2,5 +2,5 @@
roles:
- role: fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html/"
sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html/"
zuul_executor_dest: "{{ zuul.executor.log_root }}"

View File

@ -120,8 +120,3 @@
vars:
tox_constraints_file: "{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt"
tox_envlist: releasenotes
- name: Move build output to correct path for publishers
command: mv releasenotes/build doc
args:
chdir: "{{ zuul_work_dir }}"