Skip to content

Commit 06b0432

Browse files
fix: remove pod_install command cache fallback
1 parent ebc8319 commit 06b0432

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)