We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc8319 commit 06b0432Copy full SHA for 06b0432
src/commands/pod_install.yml
@@ -25,7 +25,6 @@ steps:
25
- restore_cache:
26
keys:
27
- '{{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}'
28
- - '{{ .Environment.CACHE_VERSION }}-cache-pods'
29
- run:
30
name: Install CocoaPods
31
command: |
0 commit comments