Fix CookBook deployment
Compare changes
+ 1
− 1
@@ -78,7 +78,7 @@ scp ref.sha otbpush@otb5-vm2.orfeo-toolbox.org:${jobs_directory}/
Merge request !574 (merged) updated the deploy job. In particular the develop Cookbook should now be extracted and moved to https://www.orfeo-toolbox.org/packages/ci/CookBook.
However, the target directory of the tar
extraction command and the source directory of the following mv
command are not matching. This merge request fixes that.
I tested the command manually, this is why there is a CookBook in https://www.orfeo-toolbox.org/packages/ci/CookBook !
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit