gating.dev/roles/copy-site-to-artifacts/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

17 lines
380 B
ReStructuredText

Copy the website to the artifacts directory
This copies the website build output to the artifacts directory so
that it is published.
**Role Variables**
.. zuul:rolevar:: source_dir
:default: {{ zuul_work_dir }}/html
The source directory.
.. zuul:rolevar:: zuul_work_dir
:default: {{ zuul.project.src_dir }}
The location of the main working directory of the job.