4c164f08da
The tag-pipeline does not set zuul.branch, so define it to an empty string if it's unset so that the script passes. Change-Id: Iddcf722abec5c6a69f40cb109e5563a698ab349c
5 lines
218 B
YAML
5 lines
218 B
YAML
- name: Write marker text
|
|
copy:
|
|
dest: "{{ root_marker_dir }}/.root-marker"
|
|
content: "Project: {{ zuul.project.name }} Branch: {{ zuul.branch | default('') }} Build: {{ zuul.build }} Revision: {{ zuul.ref }}"
|