git submodules
Possibility to work with git submodules
This commit is contained in:
parent
1f06d20705
commit
13658879e5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user