Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bundle check problem #78

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

bobstrange
Copy link
Contributor

Problem

Bundler install executes every deployment, although the dependencies are not changed.
Because bundle check doesn't accept options jobs and binstubs,
so if we set bundle_jobs or bundle_binstubs, test(:bundle, :check, *options)
would return false every time.

Changes

Don't pass unnecessary options jobs and binstubs for bundle check.

Thanks.

---

Don't pass unnecessary options for bundle check command.
@okoriko
Copy link

okoriko commented Jan 4, 2016

👍

@mattbrictson
Copy link
Member

I tested this on a few Rails projects and it works great. Thanks for the fix!

mattbrictson added a commit that referenced this pull request Jan 8, 2016
@mattbrictson mattbrictson merged commit 36048bd into capistrano:master Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants