Closed no-reply closed 7 years ago
For example, in the case that bundle install --quiet fails, the build carries on. This is particularly a problem in CI tasks, where the task will continue to run tests, failing with unexpected and misleading errors.
bundle install --quiet
For example, in the case that
bundle install --quiet
fails, the build carries on. This is particularly a problem in CI tasks, where the task will continue to run tests, failing with unexpected and misleading errors.