]> git.parisson.com Git - mezzo.git/commitdiff
Add submodule pull
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Sep 2016 14:05:24 +0000 (16:05 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Sep 2016 14:05:24 +0000 (16:05 +0200)
scripts/upgrade.sh

index 5ab14468412c84d3f9068fc1ab830e72853ea438..3bf0ac045ef53e733ed15eba49f1c3c91ee8cd4c 100755 (executable)
@@ -3,6 +3,7 @@
 # Use this script to update a dev/prod server
 
 git pull origin dev
+git submodule foreach git pull origin master
 docker-compose run app python /srv/app/manage.py migrate  --noinput
 bower install
 gulp build