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:
parent
4f6b1115ff
commit
a243f72445
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue