1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/openproject_ynh.git synced 2024-09-03 19:56:10 +02:00

hotfix test remove bundler

This commit is contained in:
Geoff Montel 2019-10-01 21:00:02 +02:00
parent 4f6b1115ff
commit a243f72445

View file

@ -175,7 +175,7 @@ sudo -u postgres createdb -O $app $db_name
#=================================================
ynh_script_progression --message="Compiling OpenProject with NPM and RUBYGems..." --weight=1
sudo -iu $app gem update --system
sudo -iu $app gem install bundler puma
sudo -iu $app gem install puma
# TODO Remove if test success sudo -iu $app gem install bundler
sudo -iu $app install --deployment --without development test therubyracer docker
sudo -iu $app npm install