Skip to content

Commit

Permalink
Merge pull request react-native-community#142 from fotos/add-missing-…
Browse files Browse the repository at this point in the history
…cache-version
  • Loading branch information
cortinico committed Feb 26, 2022
2 parents 1ec0b4b + b6c7e99 commit 4574e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/pod_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ steps:
steps:
- restore_cache:
keys:
- cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }}
- cache-pods-
- {{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}
- {{ .Environment.CACHE_VERSION }}-cache-pods
- run:
name: Install CocoaPods
command: |
Expand All @@ -32,4 +32,4 @@ steps:
- save_cache:
paths:
- <<parameters.pod_install_directory>>/Pods
key: cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }}
key: {{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}

0 comments on commit 4574e16

Please sign in to comment.