Skip to content
Snippets Groups Projects
Commit ea53fea2 authored by david_williams's avatar david_williams
Browse files

improve promote script to use rsync instead of cp

parent a42456ac
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ then
until [ $exitCode == 0 ]
do
rsync -${rsyncArgs} ${FROMDIR} ${TODIR}
ssh david_williams@build.eclipse.org rsync -${rsyncArgs} ${FROMDIR} ${TODIR}
exitCode=$?
if [ $exitCode != 0 ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment