From 7099cf784398347093d6d3c96975fd4b4c4dcd5e Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Tue, 19 Jul 2016 19:49:44 +0200 Subject: do artifact retrieval in the master wrapper Signed-off-by: Holger Levsen --- bin/lvc_retrieve_artifacts.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 bin/lvc_retrieve_artifacts.sh (limited to 'bin/lvc_retrieve_artifacts.sh') diff --git a/bin/lvc_retrieve_artifacts.sh b/bin/lvc_retrieve_artifacts.sh deleted file mode 100755 index 146558b6..00000000 --- a/bin/lvc_retrieve_artifacts.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Copyright 2015 Holger Levsen -# released under the GPLv=2 - -DEBUG=true -. /srv/jenkins/bin/common-functions.sh -common_init "$@" - -# main -echo "$(date -u) - Starting to rsync results." -rsync -r -v -e "ssh -o 'Batchmode = yes'" $TRIG_NODE:$TRIG_RESULTS/ /$TRIG_RESULTS/ -chmod 775 $TRIG_RESULTS -echo "$(date -u) - the end." -- cgit v1.2.3-54-g00ecf