Bump bundler cache
This commit is contained in:
parent
654793c2a7
commit
983cfad38f
1 changed files with 4 additions and 4 deletions
|
@ -14,14 +14,14 @@ bundle_restore_cache: &bundle_restore_cache
|
|||
restore_cache:
|
||||
name: Restore Bundler Package Cache
|
||||
keys:
|
||||
- bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||
- bundle-install-v9-{{ arch }}
|
||||
- bundle-install-v9
|
||||
- bundle-install-v10-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||
- bundle-install-v10-{{ arch }}
|
||||
- bundle-install-v10
|
||||
|
||||
bundle_save_cache: &bundle_save_cache
|
||||
save_cache:
|
||||
name: Save Bundler Package Cache
|
||||
key: bundle-install-v9-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||
key: bundle-install-v10-{{ arch }}-{{ checksum "Gemfile.lock" }}
|
||||
paths:
|
||||
- ~/vendor/bundle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue