Skip to content
Snippets Groups Projects
Commit 75c89c8b authored by Armand Bahi's avatar Armand Bahi
Browse files

Try on push subtrees

parent 246ebd0f
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,12 @@ if [[ $depsCount > 0 ]]; then ...@@ -26,7 +26,12 @@ if [[ $depsCount > 0 ]]; then
echo "---- Push ${aDeps[$i, name]} ----" echo "---- Push ${aDeps[$i, name]} ----"
# Push le dépôt # Push le dépôt
{ # 'try' block
git subtree push --prefix src/${aDeps[$i, name]} "git@gitlab.veremes.net:Development/vitis_apps/sources/${aDeps[$i, name]}.git" master git subtree push --prefix src/${aDeps[$i, name]} "git@gitlab.veremes.net:Development/vitis_apps/sources/${aDeps[$i, name]}.git" master
} || { # 'catch' block
echo "could not push ${aDeps[$i, name]}"
}
fi fi
done done
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment