prototypes: xci: xci-deploy.sh: Append trailing slash for rsync vars 77/36877/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 3 Jul 2017 21:24:41 +0000 (22:24 +0100)
committerMarkos Chandras <mchandras@suse.de>
Mon, 3 Jul 2017 21:27:19 +0000 (22:27 +0100)
commit68412ffc734e9e34b0e4b9209bdd7b4222b2003d
tree1ad03b777cd5a69386983a7e632a154c93b07c4a
parentc25fa35e198bb190312a1cf84569c3ebdd78b0a8
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>
prototypes/xci/xci-deploy.sh