We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f49448 commit 56d49d6Copy full SHA for 56d49d6
.circleci/config.yml
@@ -35,7 +35,7 @@ commands:
35
key: v1-danger-cache-{{ checksum "Gemfile.lock" }}
36
- run:
37
name: Bundle install for Danger and fastlane
38
- command: bundle check --path vendor/bundle || bundle install --path vendor/bundle --clean
+ command: bundle check --path vendor/bundle || bundle install --jobs=4 --retry=3 --path vendor/bundle --clean
39
- save_cache:
40
paths:
41
- vendor/bundle
0 commit comments