removed autoupdate of composer in build-all
This commit is contained in:
parent
53a2c0620d
commit
1ec6e10899
@ -5,10 +5,8 @@ echo Building...
|
|||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
echo ' Updating composer'
|
|
||||||
./composer.phar self-update
|
|
||||||
cd ..
|
|
||||||
echo ' Installing dependencies'
|
echo ' Installing dependencies'
|
||||||
|
cd ..
|
||||||
./build/composer.phar install
|
./build/composer.phar install
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user