Skip to content

Commit

Permalink
test: tmp diable CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
boolafish committed Jun 26, 2020
1 parent ff71d4c commit 1994f48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ commands:
- run:
name: Set up environment
command: echo 'export PATH="$(npm bin):$PATH"' >> $BASH_ENV
- restore_cache:
keys:
- dependencies-v1-{{ checksum "~/repo/plasma_framework/package-lock.json" }}
# - restore_cache:
# keys:
# - dependencies-v1-{{ checksum "~/repo/plasma_framework/package-lock.json" }}
- run:
name: Install dependencies
working_directory: ~/repo/plasma_framework
command: |
npm install
find node_modules -name .git | xargs rm -fr # workaround for a problem with git dependencies
- save_cache:
key: dependencies-v1-{{ checksum "~/repo/plasma_framework/package-lock.json" }}
paths:
- ~/repo/plasma_framework/node_modules
# - save_cache:
# key: dependencies-v1-{{ checksum "~/repo/plasma_framework/package-lock.json" }}
# paths:
# - ~/repo/plasma_framework/node_modules

setup_python_env:
steps:
Expand Down

0 comments on commit 1994f48

Please sign in to comment.