File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ commands:
1313 description : ' Save the Bundler cache'
1414 steps :
1515 - save_cache :
16- key : &bundler-key
17- ' v2-ruby-dependencies-{{ arch }}-{{ checksum "Gemfile.lock" }}'
16+ key : &bundler-key >-
17+ v2-ruby-dependencies
18+ {{ arch }}
19+ {{ checksum "Gemfile.lock" }}
1820 paths : [./vendor/bundle]
1921
2022 bundler-restore :
@@ -36,8 +38,12 @@ commands:
3638 description : ' Save the Gradle cache'
3739 steps :
3840 - save_cache :
39- key : &gradle-key
40- ' v1-gradle-dependencies-{{ arch }}-{{ checksum "android/build.gradle" }}-{{ checksum "android/app/build.gradle" }}-{{ checksum "node_modules/react-native/package.json" }}'
41+ key : &gradle-key >-
42+ v1-gradle-dependencies
43+ {{ arch }}
44+ {{ checksum "android/build.gradle" }}
45+ {{ checksum "android/app/build.gradle" }}
46+ {{ checksum "node_modules/react-native/package.json" }}
4147 paths : [~/.gradle]
4248
4349 gradle-restore :
@@ -68,8 +74,10 @@ commands:
6874 description : ' Save the Yarn cache'
6975 steps :
7076 - save_cache :
71- key : &yarn-key
72- ' v3-yarn-dependencies-{{ arch }}-{{ checksum "yarn.lock" }}'
77+ key : &yarn-key >-
78+ v3-yarn-dependencies
79+ {{ arch }}
80+ {{ checksum "yarn.lock" }}
7381 paths : [~/.cache/yarn, ~/Library/Caches/Yarn]
7482
7583 yarn-restore :
You can’t perform that action at this time.
0 commit comments