Merge "Switch to fetch-sphinx-tarball for tox-docs"

This commit is contained in:
Zuul 2019-09-09 16:46:34 +00:00 committed by Gerrit Code Review
commit b87fadb06d
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
- hosts: all - hosts: all
roles: roles:
- fetch-sphinx-output - fetch-sphinx-tarball

View File

@ -191,6 +191,6 @@
Path to operate in. Path to operate in.
post-run: playbooks/tox/docs-post.yaml post-run: playbooks/tox/docs-post.yaml
success-url: html/ success-url: docs/
vars: vars:
npm_command: docs npm_command: docs

View File

@ -115,7 +115,7 @@
post-run: post-run:
- playbooks/tox/docs-post.yaml - playbooks/tox/docs-post.yaml
- playbooks/tox/post.yaml - playbooks/tox/post.yaml
success-url: html/ success-url: docs/
- job: - job:
name: tox-linters name: tox-linters