Merge "Fix legacy-api-ref job"

This commit is contained in:
Zuul 2017-09-30 15:25:46 +00:00 committed by Gerrit Code Review
commit f286125944
2 changed files with 3 additions and 1 deletions
playbooks/legacy/api-ref
zuul.d

@ -3,7 +3,7 @@
- name: Copy files from api-ref/build/html/ on node
synchronize:
src: api-ref/build/html/
src: '{{ ansible_user_dir }}/workspace/api-ref/build/html/'
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true

@ -194,6 +194,8 @@
post-run: playbooks/legacy/api-ref/post
timeout: 1800
branches: master
required-projects:
- openstack/requirements
files:
- ^tox.ini$
- ^api-ref/.*