pull submodule too
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
02403cb5d1
commit
e2549f4f53
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ if [ ! -e $REPOSITORY ]; then
|
|||
else
|
||||
( cd $REPOSITORY
|
||||
git pull
|
||||
git submodule update
|
||||
)
|
||||
fi
|
||||
cp -R $REPOSITORY $PRGNAM
|
||||
|
|
Loading…
Reference in a new issue