From a8843b4a94f85b2e135a6dadb0526d6315cb4beb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 23 Sep 2016 13:42:34 +0200 Subject: [PATCH] Regression on submodule update --- scripts/pull.sh | 1 - scripts/upgrade.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/pull.sh b/scripts/pull.sh index bdb5aa00..bd4b4f44 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -3,6 +3,5 @@ sudo chown -R $USER data/media sudo chown -R $USER data/backup git pull -git submodule update --init --recursive git submodule foreach git pull origin master docker-compose run db /srv/scripts/restore_db.sh diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index d3197a3d..3bf0ac04 100755 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -3,7 +3,6 @@ # Use this script to update a dev/prod server git pull origin dev -git submodule update --init --recursive git submodule foreach git pull origin master docker-compose run app python /srv/app/manage.py migrate --noinput bower install -- 2.39.5