mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
check for composer dependencies installed to continue
This commit is contained in:
parent
a9f6f127cb
commit
ea13127100
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ cd $DIR_APP
|
|||
|
||||
composer update
|
||||
|
||||
## Check composer dependencies received to continue
|
||||
if [ ! -d "$DIR_APP/vendor" ]; then
|
||||
echo "Could not get composer dependencies" && exit
|
||||
fi
|
||||
|
||||
# Build PHP-SRC
|
||||
|
||||
## Get latest sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue