diff --git a/scripts/prepare_inception_openstack.sh b/scripts/prepare_inception_openstack.sh index 5b45796..5e00b59 100755 --- a/scripts/prepare_inception_openstack.sh +++ b/scripts/prepare_inception_openstack.sh @@ -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