zuul-sphinx/.zuul.yaml
James E. Blair f58c596eae Set project vars to match Zuul
Since we use the zuul python release jobs, we should set these
variables to match.  They currently fail attempting to install
Node v6.

Change-Id: I92f54154675ea1844fa1dee3dfe3931b7e80f785
2021-11-23 10:08:02 -08:00

18 lines
307 B
YAML

- project:
vars:
node_version: 14
release_python: python3
check:
jobs:
- zuul-tox-docs
gate:
jobs:
- zuul-tox-docs
promote:
jobs:
- zuul-promote-docs
release:
jobs:
- zuul-publish-tox-docs
- zuul-release-python