File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,21 @@ commands:
117
117
- ~/Library/Caches/Homebrew
118
118
key : v1-brew
119
119
120
+ with_pods_cache_span :
121
+ parameters :
122
+ steps :
123
+ type : steps
124
+ steps :
125
+ - restore_cache :
126
+ keys :
127
+ - v1-pods-{{ checksum "RNTester/Podfile.lock" }}
128
+ - v1-pods-
129
+ - steps : << parameters.steps >>
130
+ - save_cache :
131
+ paths :
132
+ - RNTester/Pods
133
+ key : v1-pods-{{ checksum "RNTester/Podfile.lock" }}
134
+
120
135
download_gradle_dependencies :
121
136
steps :
122
137
- restore_cache :
@@ -303,9 +318,11 @@ jobs:
303
318
command : |
304
319
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
305
320
306
- - run :
307
- name : Generate RNTesterPods Workspace
308
- command : cd RNTester && pod install --verbose
321
+ - with_pods_cache_span :
322
+ steps :
323
+ - run :
324
+ name : Generate RNTesterPods Workspace
325
+ command : cd RNTester && pod install --verbose
309
326
310
327
- with_brew_cache_span :
311
328
steps :
You can’t perform that action at this time.
0 commit comments