Skip to content
This repository was archived by the owner on Nov 29, 2017. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scripts/prepare_inception_openstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ cd ${bosh_app_dir}/bootstrap/bosh/cli/
bundle install --without=development test
bundle exec rake install

cd ${bosh_app_dir}/bootstrap/bosh/deployer/
bundle install --without=development test
bundle exec rake install
#cd ${bosh_app_dir}/bootstrap/bosh/deployer/
#bundle install --without=development test
#bundle exec rake install
gem install bosh_deployer --no-ri --no-rdoc

cd ${bosh_app_dir}/bootstrap/bosh/agent/
bundle install --without=development test
Expand Down