Merge pull request #881 from dod-ccpo/ci-config-test

Remove CircleCI cache for now
This commit is contained in:
George Drummond
2019-06-10 11:31:32 -04:00
committed by GitHub

View File

@@ -27,28 +27,6 @@ jobs:
git submodule update --init --recursive
- attach_workspace:
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
- save_cache:
name: "Save Cache: Pipenv Refrences"