Skip to content
Snippets Groups Projects
Commit 111a3fe0 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix deploy to eclipse downloads.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 21fa1428
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ pipeline { ...@@ -66,7 +66,7 @@ pipeline {
steps { steps {
sh ''' sh '''
rsync -avz website/public/ bbaldassari2kd@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scava/ --delete rsync -avz website/public/ bbaldassari2kd@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/scava/ --delete
if [ $? == 23 ]; then print "some files/attrs were not transferred (see previous errors)"; fi if [ $? -eq 23 ]; then print "some files/attrs were not transferred (see previous errors)"; fi
''' '''
} }
} }
......
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