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:
Paul Belanger 2018-09-21 12:07:58 -04:00
parent 4cfdae8188
commit d507ffca57

View File

@ -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