mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
chore(ci): remove generic cache key from circle ci
This commit is contained in:
parent
f1c093ace1
commit
3148a19bf7
@ -88,7 +88,6 @@ jobs:
|
||||
name: Restore Yarn cache
|
||||
keys:
|
||||
- build-yarn-cache-v4--{{ checksum "yarn.lock" }}
|
||||
- build-yarn-cache-v4--
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||
@ -118,7 +117,6 @@ jobs:
|
||||
name: Restore Yarn cache
|
||||
keys:
|
||||
- install-examples-deps-yarn-cache-v4--{{ checksum "yarn.lock" }}
|
||||
- install-examples-deps-yarn-cache-v4--
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||
|
Loading…
x
Reference in New Issue
Block a user