File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- restore_cache :
22
22
keys :
23
- - cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }}
24
- - cache-pods-
23
+ - {{ .Environment.CACHE_VERSION }}- cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}
24
+ - {{ .Environment.CACHE_VERSION }}- cache-pods
25
25
- run :
26
26
name : Install CocoaPods
27
27
command : |
32
32
- save_cache :
33
33
paths :
34
34
- <<parameters.pod_install_directory>>/Pods
35
- key : cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }}
35
+ key : {{ .Environment.CACHE_VERSION }}- cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}
You can’t perform that action at this time.
0 commit comments