only run composer install if there is a composer project
This commit is contained in:
@@ -17,4 +17,6 @@ if [[ "${EXT_VERSION}" ]]; then
|
|||||||
git checkout -b "${EXT_VERSION}" "origin/${EXT_VERSION}"
|
git checkout -b "${EXT_VERSION}" "origin/${EXT_VERSION}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -e "composer.json" ]]; then
|
||||||
composer install --no-dev
|
composer install --no-dev
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user