Skip to content

Commit 7872731

Browse files
committed
Bundle check in Circle config to speed up CI a bit
1 parent f602b2e commit 7872731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run:
2525
name: install dependencies
2626
command: |
27-
bundle install --jobs=4 --retry=3 --path vendor/bundle
27+
bundle check || bundle install --jobs=4 --retry=3 --path vendor/bundle
2828
2929
- save_cache:
3030
paths:

0 commit comments

Comments
 (0)