Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Youssefi
otb
Commits
da17db51
Commit
da17db51
authored
Jul 03, 2020
by
Cédric Traizet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: use find and mv instead of only mv, as the Doxygen contains too many items for mv
parent
38632442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
CI/deploy.sh
CI/deploy.sh
+3
-1
No files found.
CI/deploy.sh
View file @
da17db51
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment