Skip to content
Snippets Groups Projects
Commit ebce9661 authored by Jules Bourdais's avatar Jules Bourdais
Browse files

fix(ci): do not make use of rsync -l option

parent fb0abc82
Branches fix-deploy-dat-cd
No related tags found
1 merge request!399fix(ci): do not make use of rsync -l option
Pipeline #431243 canceled
......@@ -4,4 +4,4 @@ for file in packaged_data/*; do
gzip ${file}
mv ${file}.gz ${file}
done
rsync -av packaged_data/ kitware@web.kitware.com:/data/
rsync -av --no-links packaged_data/ kitware@web.kitware.com:/data/
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