upload-logs-swift: Add trailing slash to zuul_return
This is so jobs like tox-docs are properly able to append information with success-url. Change-Id: Iabd967d8956d18727890823526064fb80f1b12ab Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
4cfdae8188
commit
d507ffca57
@ -34,7 +34,7 @@
|
|||||||
zuul_return:
|
zuul_return:
|
||||||
data:
|
data:
|
||||||
zuul:
|
zuul:
|
||||||
log_url: "{{ upload_results.url }}"
|
log_url: "{{ upload_results.url }}/"
|
||||||
when: upload_results is defined
|
when: upload_results is defined
|
||||||
tags:
|
tags:
|
||||||
# Avoid "no action detected in task" linter error
|
# Avoid "no action detected in task" linter error
|
||||||
|
Loading…
Reference in New Issue
Block a user