mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 17:10:08 +02:00
Updated robot script
This commit is contained in:
parent
3a243f7ac6
commit
da05c6b451
1 changed files with 4 additions and 2 deletions
|
@ -22,8 +22,10 @@ cp config/database-robot.yml config/database.yml
|
|||
# Under jenkins admin interface use rbenv-plugin wrapper
|
||||
# rbenv does not have bundler by default
|
||||
if echo gem list --local bundler | grep -q "bundler"
|
||||
then echo ''
|
||||
else gem install bundler
|
||||
then echo 'bundler ok: already installed'
|
||||
else
|
||||
echo 'Installing bundler...'
|
||||
gem install bundler
|
||||
fi
|
||||
bundle install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue