
This is in preparation for making this output a static site on AFS. Put the output in the expected location for the publish jobs, make a symlink to the old location. Change-Id: I73ff15231a6a3b2d86eeff0ee4e90dbf77ed9e2e
16 lines
325 B
YAML
16 lines
325 B
YAML
- job:
|
|
name: irc-meetings-ical-tox-publish
|
|
parent: openstack-tox-docs
|
|
description: |
|
|
Run tests using tox with the ``ical`` environment.
|
|
vars:
|
|
tox_envlist: ical
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- irc-meetings-ical-tox-publish
|
|
gate:
|
|
jobs:
|
|
- irc-meetings-ical-tox-publish
|