Skip to content
Snippets Groups Projects
Commit 0e89ae21 authored by Viktor Vorobev's avatar Viktor Vorobev
Browse files

Merged in NRRPLT-8865 (pull request #101)

NRRPLT-8865

* [NRRPLT-8865] add parameter to clone_all_repos to determine the branch for clonning

* [NRRPLT-8865] add parameter to clone_all_repos to determine the branch for clonning

* Merge remote-tracking branch 'origin/development' into NRRPLT-8865
parent b8d570b0
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ function clone_repo() {
echo "Skipped, directory already exists."
else
if [ "$NRP_INSTALL_MODE" == "user" ]; then
git clone -b "${NRP_BRANCH}" --depth 1 https://bitbucket.org/hbpneurorobotics/$1.git $1
git clone -b "${NRP_BRANCH}" https://bitbucket.org/hbpneurorobotics/$1.git "$1"
else
git clone $user@bitbucket.org:hbpneurorobotics/$1.git $1
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment