From 13f617a9b696cf376b6595a3b77930c6eb7845be Mon Sep 17 00:00:00 2001 From: "F. Hinkelmann" Date: Wed, 12 Sep 2018 14:51:29 -0400 Subject: [PATCH] fix: delete cache as it is not working anyways (#864) --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22b3696d7..f64282d60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,6 @@ --- # Constant values. -node_modules_cache_key: &node_modules_cache_key node-modules-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }} test_fixtures_cache_key: &test_fixtures_cache_key test-fixtures-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "test/fixtures/plugin-fixtures.json" }} plugin_types_cache_key: &plugin_types_cache_key plugin-types-cache-{{ .Environment.CIRCLE_JOB }}-{{ arch }}-{{ checksum "src/plugins/types/index.d.ts" }} release_tags: &release_tags @@ -16,17 +15,11 @@ unit_tests: &unit_tests - run: name: Configure npm to allow running scripts as root command: npm config set unsafe-perm true - - restore_cache: - key: *node_modules_cache_key - restore_cache: key: *plugin_types_cache_key - run: name: Install modules and dependencies command: npm install - - save_cache: - key: *node_modules_cache_key - paths: - - node_modules - save_cache: key: *plugin_types_cache_key paths: