Fixed submodules not updating issue

This commit is contained in:
ポール ウェッブ 2019-04-24 15:41:02 -05:00
parent da3e7db281
commit f3e1fe5db9
3 changed files with 2 additions and 2 deletions

1
dev.sh
View file

@ -19,4 +19,5 @@ $DIR/hooks/install.sh
$PHPBIN composer.phar install
git submodule update --init
git submodule update --recursive --remote
$PHPBIN --server 0.0.0.0:8000 --docroot "$DIR/web" "$DIR/web/index.php"

View file

@ -18,7 +18,6 @@ chdir(ROOT_DIR);
Shell::exec('git fetch && git reset --hard origin/master');
Shell::exec('git submodule update --init');
// Shell::exec('git pull --recurse-submodules');
Shell::exec('git submodule update --recursive --remote');
Shell::exec('php composer.phar install');

@ -1 +1 @@
Subproject commit fac5d5c4461301bfbef4794e67123a050dd5d8fc
Subproject commit a587adc14942a9e1c90a84cfec99449086236c9e