capistrano / capistrano/bundler
`bundle check` always fails (and why do we even need this extra step?)
Open
bug?
discuss!
- Dominant language
- Ruby
- Stars
- 233
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
What does this check in bundler.cap (like 31) do
```
unless test(:bundle, :check, *options)
```
This is always returns false for me and therefore bundler:install gets skipped.
Contributor guide
No contributing guide indexed for this repository
Research direction
Read bundler.cap around line 31, starting with the `test(:bundle, :check, *options)` condition, and reproduce the reported behavior. Trace how that result controls `bundler:install`; done means the check's purpose and failure are understood and the install step is no longer skipped incorrectly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100