Skip to content

Commit

Permalink
Temporarily disable restore_cache in CircleCI to get new cache
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Aug 28, 2019
1 parent 9fa3853 commit b470cb2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- attach_workspace:
at: ~/ifmeorg/ifme/tmp
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- restore_cache:
keys:
- v1-dep-{{ .Branch }}-
- v1-dep-master-
- v1-dep-
# - restore_cache:
# keys:
# - v1-dep-{{ .Branch }}-
# - v1-dep-master-
# - v1-dep-
- run:
name: Update to Node v11.10.1
command: |
Expand Down Expand Up @@ -129,11 +129,11 @@ jobs:
- checkout
- attach_workspace:
at: ~/ifmeorg/ifme/tmp
- restore_cache:
keys:
- v1-dep-{{ .Branch }}-
- v1-dep-master-
- v1-dep-
# - restore_cache:
# keys:
# - v1-dep-{{ .Branch }}-
# - v1-dep-master-
# - v1-dep-
- run:
name: Update to Node v11.10.1
command: |
Expand Down

0 comments on commit b470cb2

Please sign in to comment.