mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
do not composer install
This commit is contained in:
parent
002ad3b791
commit
877c74deaa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ ynh_script_progression --message="Installing dependencies for LDAP..." --weight=
|
|||
# Some trick to actually not run composer install…
|
||||
ynh_install_composer --install_args="--dry-run"
|
||||
ynh_composer_exec --commands="require symfony/ldap"
|
||||
SYMFONY_ENV=prod ynh_composer_exec --commands="install --no-dev $install_args" \
|
||||
# SYMFONY_ENV=prod ynh_composer_exec --commands="install --no-dev"
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue