mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
test without gem update
This commit is contained in:
parent
9eaa74b140
commit
85ca3e2e23
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pushd "$install_dir"
|
||||||
ynh_use_ruby
|
ynh_use_ruby
|
||||||
cp config/unicorn.rb.example config/unicorn.rb
|
cp config/unicorn.rb.example config/unicorn.rb
|
||||||
chown -R $app:www-data "$install_dir/config/unicorn.rb"
|
chown -R $app:www-data "$install_dir/config/unicorn.rb"
|
||||||
ynh_gem update --system --no-document
|
# ynh_gem update --system --no-document
|
||||||
ynh_gem install rake bundler foreman --no-document
|
ynh_gem install rake bundler foreman --no-document
|
||||||
bundle config set --local deployment 'true'
|
bundle config set --local deployment 'true'
|
||||||
bundle config set --local without 'development test'
|
bundle config set --local without 'development test'
|
||||||
|
|
Loading…
Add table
Reference in a new issue