diff --git a/src/commands/pod_install.yml b/src/commands/pod_install.yml index 6ebc301..cdd3c2b 100644 --- a/src/commands/pod_install.yml +++ b/src/commands/pod_install.yml @@ -20,8 +20,8 @@ steps: steps: - restore_cache: keys: - - cache-pods-{{ checksum "<>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }} - - cache-pods- + - {{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<>/Podfile.lock" }} + - {{ .Environment.CACHE_VERSION }}-cache-pods - run: name: Install CocoaPods command: | @@ -32,4 +32,4 @@ steps: - save_cache: paths: - <>/Pods - key: cache-pods-{{ checksum "<>/Podfile.lock" }}-{{ .Environment.CACHE_VERSION }} + key: {{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<>/Podfile.lock" }}