|
@@ -34,6 +34,7 @@ gin git branch -D master
|
|
|
|
|
|
# initialise submodules
|
|
|
gin git submodule update --init --recursive
|
|
|
+git submodule update --recursive --remote
|
|
|
|
|
|
# if the template was not initialise before, let's do it
|
|
|
# new tonic version do that, so this should be obsolete.
|
|
@@ -79,6 +80,7 @@ else
|
|
|
fi
|
|
|
|
|
|
if test -f "00repo_needs_initialisation00.txt" ;
|
|
|
+then
|
|
|
|
|
|
# delete file telling the initialisation need to be done
|
|
|
rm "00repo_needs_initialisation00.txt"
|