Skip to content

Commit

Permalink
Merge pull request #143 from fotos/fix-yaml-parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Feb 27, 2022
2 parents 4574e16 + b217d8c commit 6630413
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:
- {{ .Environment.CACHE_VERSION }}-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: {{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}
key: '{{ .Environment.CACHE_VERSION }}-cache-pods-{{ checksum "<<parameters.pod_install_directory>>/Podfile.lock" }}'

0 comments on commit 6630413

Please sign in to comment.