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
No related branches found
No related tags found
No related merge requests found
...@@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do ...@@ -16,4 +16,5 @@ for module in $GLUON_MODULES; do
git checkout $commit 2>/dev/null || git fetch $repo $branch git checkout $commit 2>/dev/null || git fetch $repo $branch
git checkout -B base $commit git checkout -B base $commit
git submodule update --init --recursive
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment