prototypes: xci: xci-deploy.sh: Append trailing slash for rsync vars
authorMarkos Chandras <mchandras@suse.de>
Mon, 3 Jul 2017 21:24:41 +0000 (22:24 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitbbf912a18cfeecdd95bb6e56498b6e8099a5d927
treed2b6a030160d62dcf7fb9ba711540ee8b39b4238
parent8f81ada6df7441c459f5c59ce565321903c58d75
prototypes: xci: xci-deploy.sh: Append trailing slash for rsync vars

The 'synchronize' Ansible module uses rsync and for that we need
to indicate that we want to copy the contents of the development path
and not the development path itself. As such we need to ensure that a
trailing slash is always appended to the user variables but we need to
also ensure that we will not end up with double slashes.

Change-Id: I0103b754585931fa1dcd3966c52d7e4a8f2f63f6
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/xci-deploy.sh