Skip to content

Commit

Permalink
Remove pod_install command cache fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
bhandanyan-nomad committed Dec 12, 2024
1 parent ebc8319 commit 33c1d69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/pod_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ steps:
- restore_cache:
keys:
- '{{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}'
- '{{ .Environment.CACHE_VERSION }}-cache-pods'
- run:
name: Install CocoaPods
command: |
Expand Down

0 comments on commit 33c1d69

Please sign in to comment.