mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
Force composer install
This commit is contained in:
parent
75e3c248ef
commit
f7fa152aca
7
setup.sh
7
setup.sh
|
|
@ -8,6 +8,7 @@ rm -r -f ${BASE_PATH}/Website
|
|||
rm -r -f ${BASE_PATH}/phpOMS
|
||||
rm -r -f ${BASE_PATH}/jsOMS
|
||||
rm -r -f ${BASE_PATH}/cssOMS
|
||||
rm -r -f ${TOOLS_PATH}
|
||||
|
||||
rm -r -f ${INSPECTION_PATH}
|
||||
mkdir -p ${INSPECTION_PATH}
|
||||
|
|
@ -75,7 +76,7 @@ if [ ! -d "$TOOLS_PATH" ]; then
|
|||
tar -zxvf compiler-latest.tar.gz
|
||||
|
||||
chmod -R 777 ${TOOLS_PATH}
|
||||
cp ${ROOT_PATH}/composer.json ${TOOLS_PATH}/composer.json
|
||||
|
||||
php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/
|
||||
fi
|
||||
|
||||
cp ${ROOT_PATH}/composer.json ${TOOLS_PATH}/composer.json
|
||||
php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/
|
||||
Loading…
Reference in New Issue
Block a user