From 99abf011d7aa5601e2d34aeb9b0b05afbb297777 Mon Sep 17 00:00:00 2001 From: dandds Date: Mon, 10 Jun 2019 11:25:00 -0400 Subject: [PATCH] Remove CircleCI cache for now --- .circleci/config.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b769e43c..d394a042 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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"