mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Install development dependencies (used by CLI)
This commit is contained in:
parent
9f6370ce84
commit
72227efbc9
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ gem install bundler
|
||||||
# Install without documentation
|
# Install without documentation
|
||||||
exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc"
|
exec_as $app echo "gem: --no-ri --no-rdoc" >> "$final_path/.gemrc"
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
exec_as $app bundle install --path vendor/bundle --without development test postgresql)
|
exec_as $app bundle install --path vendor/bundle --with development)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SIDEKIQ
|
# SETUP SIDEKIQ
|
||||||
|
|
Loading…
Add table
Reference in a new issue