mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Fixed submodules not updating issue
This commit is contained in:
parent
da3e7db281
commit
f3e1fe5db9
3 changed files with 2 additions and 2 deletions
1
dev.sh
1
dev.sh
|
@ -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"
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue