mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 06:47:09 +02:00
Run bin/setup instead of bundler
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
df73161d4f
commit
153aee148b
@ -22,4 +22,4 @@ install:
|
|||||||
- bundle -v
|
- bundle -v
|
||||||
- gem i bundler
|
- gem i bundler
|
||||||
- sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh'
|
- sudo sh -c 'curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh'
|
||||||
- bundle install --jobs=4 --retry=4
|
- bin/setup
|
||||||
|
@ -15,7 +15,7 @@ chdir APP_ROOT do
|
|||||||
|
|
||||||
puts '== Installing dependencies =='
|
puts '== Installing dependencies =='
|
||||||
system! 'gem install bundler --conservative'
|
system! 'gem install bundler --conservative'
|
||||||
system('bundle check') || system!('bundle install')
|
system('bundle check') || system!('bundle install --jobs=4 --retry=4')
|
||||||
|
|
||||||
# Install JavaScript dependencies if using Yarn
|
# Install JavaScript dependencies if using Yarn
|
||||||
system('bin/yarn')
|
system('bin/yarn')
|
||||||
|
Loading…
Reference in New Issue
Block a user