diff --git a/packages/bosh_aws_cpi/packaging b/packages/bosh_aws_cpi/packaging index 8c4dd0ac..7542e074 100644 --- a/packages/bosh_aws_cpi/packaging +++ b/packages/bosh_aws_cpi/packaging @@ -11,10 +11,6 @@ cp -a bosh_aws_cpi/* ${BOSH_INSTALL_TARGET} cd ${BOSH_INSTALL_TARGET} -export BUNDLER_VERSION="$(bundle -v | grep -o -e '[0-9.]*')" -bundle config set --local deployment 'true' -bundle config set --local no_prune 'true' -bundle config set --local without 'development test' bundle config set --local cache_path 'vendor/package' -bundle install +bosh_bundle_local