From: Guillaume Pellerin Date: Thu, 20 Oct 2016 15:23:43 +0000 (+0200) Subject: Do not update submodules X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fd91a5fc6c134a1e35b15161305027e7dedaa477;p=mezzo.git Do not update submodules --- diff --git a/.gitmodules b/.gitmodules index 80542a68..f6625c9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,5 +11,5 @@ path = lib/mezzanine url = https://github.com/yomguy/mezzanine.git [submodule "lib/django-prestashop"] - path = lib/django-prestashop - url = https://github.com/yomguy/django-prestashop.git + path = lib/django-prestashop + url = https://github.com/yomguy/django-prestashop.git diff --git a/lib/django-prestashop b/lib/django-prestashop new file mode 160000 index 00000000..161ade38 --- /dev/null +++ b/lib/django-prestashop @@ -0,0 +1 @@ +Subproject commit 161ade381ccbec5dcc731e1a37c95a52f7a5c73a diff --git a/scripts/pull.sh b/scripts/pull.sh index a6e290fe..a7d36d85 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -3,6 +3,6 @@ sudo chown -R $USER data/media sudo chown -R $USER data/backup git pull -git submodule update --init --recursive +# git submodule update --init --recursive git submodule foreach git pull docker-compose run db /srv/scripts/restore_db.sh