Skip to content

Commit af8fe2a

Browse files
authored
Merge pull request #198 from benhandanyan/fix/remove-pod-cache-fallback
Remove pod_install command cache fallback
2 parents ebc8319 + 06b0432 commit af8fe2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/pod_install.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ steps:
2525
- restore_cache:
2626
keys:
2727
- '{{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}'
28-
- '{{ .Environment.CACHE_VERSION }}-cache-pods'
2928
- run:
3029
name: Install CocoaPods
3130
command: |

0 commit comments

Comments
 (0)