Skip to content

Commit

Permalink
fix: 'an unexpected storage error occurred' on multiline keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jsDotCr committed Jun 9, 2022
1 parent 4d2cf6c commit b9fb1bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/commands/setup_macos_executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ steps:
condition: <<parameters.homebrew_cache>>
steps:
- restore_cache:
key: |
brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
key: brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}

- run:
name: Install node@<<parameters.node_version>>
Expand Down Expand Up @@ -72,5 +71,4 @@ steps:
- save_cache:
paths:
- ~/Library/Caches/Homebrew
key: |
brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
key: brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
3 changes: 1 addition & 2 deletions src/commands/yarn_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ steps:
- save_cache:
paths:
- <<parameters.cache_folder>>
key: |
yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}
key: yarn-cache-{{ arch }}-{{ checksum "~/.tmp/checksumfiles/package.json" }}-{{ checksum "~/.tmp/checksumfiles/yarn.lock" }}-{{ .Environment.CACHE_VERSION }}

0 comments on commit b9fb1bb

Please sign in to comment.