ea00b6aa5a
This will cause links to appear on the build page with text like "Docs preview site". Change-Id: I65f8990b65607e72190a871409c3e31014ce86df
15 lines
413 B
YAML
15 lines
413 B
YAML
- name: Generate Zuul manifest
|
|
generate_manifest:
|
|
root: "{{ generate_zuul_manifest_root }}"
|
|
output: "{{ generate_zuul_manifest_output }}"
|
|
|
|
- name: Return Zuul manifest URL to Zuul
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: Zuul Manifest
|
|
url: "{{ generate_zuul_manifest_filename }}"
|
|
metadata:
|
|
type: "{{ generate_zuul_manifest_type }}"
|