61ef1df4d1
The previous commit added a zuul.d directory, but did so to the wrong place in the repo. Oops. This change fixes that.
13 lines
231 B
YAML
13 lines
231 B
YAML
- project:
|
|
templates:
|
|
- publish-to-pypi
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
post:
|
|
jobs:
|
|
- publish-openstack-python-branch-tarball
|