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
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
zuul_return:
data:
zuul:
log_url: "{{ upload_results.url }}"
log_url: "{{ upload_results.url }}/"
when: upload_results is defined
tags:
# Avoid "no action detected in task" linter error