Merge "Avoid moving release notes after complete execution"
This commit is contained in:
commit
91bc15eb29
@ -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 }}"
|
||||
|
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user