gating.dev/roles/build-site/README.rst
James E. Blair 57092b09bc Add initial job framework
This adds a license, build and publish jobs, and an placeholder
index page.

Depends-On: https://review.opendev.org/801899
Change-Id: Ic9a31972c84b3b450abe093b273144f105fb0391
2021-07-22 13:53:37 -07:00

20 lines
508 B
ReStructuredText

Build the gating.dev website
The gating.dev website is currently static, however, if it later is
built by a static site generator, or otherwise needs pre-processing,
this role should perform that.
Right now, it just copies files from the gating.dev repo.
**Role Variables**
.. zuul:rolevar:: output_dir
:default: {{ zuul_work_dir }}/html
The destination directory.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
The location of the main working directory of the job.