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 2020 steps :
2121 - restore_cache :
2222 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
2525 - run :
2626 name : Install CocoaPods
2727 command : |
3232 - save_cache :
3333 paths :
3434 - <<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