Remove CircleCI cache for now
This commit is contained in:
parent
b7b07ce89c
commit
99abf011d7
@ -27,28 +27,6 @@ jobs:
|
|||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
- restore_cache:
|
|
||||||
name: "Load Cache: Pipenv References"
|
|
||||||
keys:
|
|
||||||
- pipenv-v1-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
|
||||||
- pipenv-v1-{{ .Branch }}-
|
|
||||||
- pipenv-v1-
|
|
||||||
- restore_cache:
|
|
||||||
name: "Load Cache: Python Venv"
|
|
||||||
keys:
|
|
||||||
- venv-v1-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
|
|
||||||
- venv-v1-{{ .Branch }}-
|
|
||||||
- venv-v1-
|
|
||||||
- restore_cache:
|
|
||||||
name: "Load Cache: Yarn"
|
|
||||||
keys:
|
|
||||||
- yarn-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
|
||||||
- yarn-v1-{{ .Branch }}-
|
|
||||||
- yarn-v1-
|
|
||||||
- restore_cache:
|
|
||||||
name: "Load Cache: Node Modules"
|
|
||||||
keys:
|
|
||||||
- node-v1-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
|
||||||
- run: ./script/setup
|
- run: ./script/setup
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: "Save Cache: Pipenv Refrences"
|
name: "Save Cache: Pipenv Refrences"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user