drscream / bamboozled-ruby-plugin

Bamboozled Ruby Plugin for Atlassian Bamboo continuous integration/continuous deployment
Other
24 stars 9 forks source link

bundle --package suppport #8

Closed kirvin closed 8 years ago

kirvin commented 9 years ago

I would like to open a discussion around support for bundle --package support for this plugin. Our delivery cycle looks like this:

We currently use a patched version of rake-bamboo-plugin (https://github.com/wolfeidau/rake-bamboo-plugin) to accomplish this, but I would like to migrate to this plugin instead.

Is this a use case for anyone else? If so, how are you handling it?

References

  1. http://stackoverflow.com/questions/6300613/whats-the-difference-between-bundle-install-deployment-and-bundle-pack
  2. http://bundler.io/bundle_package.html
  3. http://bundler.io/v1.9/bundle_install.html
rosskevin commented 9 years ago

It should have bundle --package support, does the Bundler CLI task not work? Bundler CLI should be able to handle the --package command if you want to use that method.

For our app packaging, I use/maintain the elastic-beanstalk gem which has a rake task for putting together a zip. In that environment, I do not bundle gems together, I allow the elastic beanstalk instance to pull it's own based on the Gemfile.lock.

rosskevin commented 8 years ago

No response, I can only assume that the Bundler CLI task works, if not please reopen.