Skip to content
Snippets Groups Projects
Commit 13658879 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

git submodules

Possibility to work with git submodules
parent 1f06d207
Branches
Tags
No related merge requests found
......@@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do
git checkout $commit 2>/dev/null || git fetch $repo $branch
git checkout -B base $commit
git submodule update --init --recursive
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment