![James E. Blair](/assets/img/avatar_default.png)
This adds a license, build and publish jobs, and an placeholder index page. Depends-On: https://review.opendev.org/801899 Change-Id: Ic9a31972c84b3b450abe093b273144f105fb0391
10 lines
328 B
YAML
10 lines
328 B
YAML
- name: Write marker text
|
|
copy:
|
|
dest: "{{ source_dir }}/.root-marker"
|
|
content: "Project: {{ zuul.project.name }} Branch: {{ zuul.branch }} Build: {{ zuul.build }} Revision: {{ zuul.ref }}"
|
|
|
|
- name: Copy site to output directory
|
|
copy:
|
|
src: "{{ source_dir }}/"
|
|
dest: "{{ zuul.executor.work_root }}/artifacts/"
|