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

Update utils/pull_subtrees.sh

parent 82e31e54
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ if [[ $depsCount > 0 ]]; then ...@@ -26,7 +26,7 @@ if [[ $depsCount > 0 ]]; then
echo "---- Pull ${aDeps[$i, name]} ----" echo "---- Pull ${aDeps[$i, name]} ----"
# Ajoute le dépôt # Ajoute le dépôt
git subtree pull --prefix src/${aDeps[$i, name]} --squash --q "git@gitlab.veremes.net:Development/vitis_apps/sources/${aDeps[$i, name]}.git" master git subtree pull --prefix src/${aDeps[$i, name]} --squash --ignore-joins "git@gitlab.veremes.net:Development/vitis_apps/sources/${aDeps[$i, name]}.git" master
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