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

CI: fix CookBook deployment (extract the archive in the correct directory

parent 35e245e5
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ scp ref.sha otbpush@otb5-vm2.orfeo-toolbox.org:${jobs_directory}/
if [ "$CI_COMMIT_REF_NAME" = "develop" ]
then
ssh otbpush@otb5-vm2.orfeo-toolbox.org \
tar -xf ${jobs_directory}/CookBook-*-html.tar.gz
tar -xf ${jobs_directory}/CookBook-*-html.tar.gz -C ${jobs_directory}/
ssh otbpush@otb5-vm2.orfeo-toolbox.org \
rm -rf /home/otbpush/test/CookBook/*
ssh otbpush@otb5-vm2.orfeo-toolbox.org \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment