This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/windows-heavy-lifter by this 
push:
     new f5889a5  only rsync the geode directory
f5889a5 is described below

commit f5889a598f5b831a10d17b903c47bc7a5747b8de
Author: Jens Deppe <jde...@pivotal.io>
AuthorDate: Fri Aug 24 13:08:15 2018 -0700

    only rsync the geode directory
---
 ci/scripts/rsync_code_down.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/rsync_code_down.sh b/ci/scripts/rsync_code_down.sh
index 490fde4..a94bb90 100755
--- a/ci/scripts/rsync_code_down.sh
+++ b/ci/scripts/rsync_code_down.sh
@@ -42,5 +42,5 @@ OUTPUT_DIR=${BASE_DIR}/geode-results
 
 ssh -i ${SSHKEY_FILE} geode@${INSTANCE_IP_ADDRESS} "bash -c 'cd geode; 
./gradlew --no-daemon combineReports'"
 
-time rsync -e "ssh -i ${SSHKEY_FILE}" -ah geode@${INSTANCE_IP_ADDRESS}:. 
${OUTPUT_DIR}/.
+time rsync -e "ssh -i ${SSHKEY_FILE}" -ah geode@${INSTANCE_IP_ADDRESS}:geode 
${OUTPUT_DIR}/
 set +x

Reply via email to