Skip to content
Snippets Groups Projects
Commit da17db51 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: use find and mv instead of only mv, as the Doxygen contains too many items for mv

parent 38632442
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,8 @@ then
tar -xf ${jobs_directory}/OTB-Doxygen-*.tar.bz2 -C ${jobs_directory}/
ssh otbpush@otb5-vm2.orfeo-toolbox.org \
rm -rf /home/otbpush/test/Doxygen/*
# Too many args for mv
ssh otbpush@otb5-vm2.orfeo-toolbox.org \
mv ${jobs_directory}/html/* /home/otbpush/test/Doxygen/
"cd /home/otbpush/test/latest/html && find . -mindepth 1 \
-exec mv {} /home/otbpush/test/Doxygen \;"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment