summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-27 15:03:48 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-13 21:26:42 +0200
commit8fedb4c47aebe34804d64233ca0abd81975117f9 (patch)
tree35ca60dee422447896631d1b2eaa3bab07e56397 /bin
parent02cd228bc6c0955322454f7aa1fc71d067d3e193 (diff)
downloadjenkins.debian.net-8fedb4c47aebe34804d64233ca0abd81975117f9.tar.xz
lvc: try another way of getting two parameters for the trigger
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lvc_retreive_artifacts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lvc_retreive_artifacts.sh b/bin/lvc_retreive_artifacts.sh
index 4ec30577..146558b6 100755
--- a/bin/lvc_retreive_artifacts.sh
+++ b/bin/lvc_retreive_artifacts.sh
@@ -9,6 +9,6 @@ common_init "$@"
# main
echo "$(date -u) - Starting to rsync results."
-rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_HOST:$TRIG_RESULTS/ $TRIG_RESULTS/
-chmod 775 $RESULTS
+rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_NODE:$TRIG_RESULTS/ /$TRIG_RESULTS/
+chmod 775 $TRIG_RESULTS
echo "$(date -u) - the end."