Skip to content
Snippets Groups Projects
Commit 85b857d9 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #676 from PowerPan/PowerPan-gitsubmodules-1

git submodules
parents 1f06d207 13658879
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