We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebc8319 + 06b0432 commit af8fe2aCopy full SHA for af8fe2a
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