Skip to content

Commit

Permalink
Clear Circle cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Nov 21, 2018
1 parent a816af7 commit 4b651a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
- checkout
- run: ./build_tools/circle/checkout_merge_commit.sh
- restore_cache:
key: v1-datasets-{{ .Branch }}
key: v2-datasets-{{ .Branch }}
- run: ./build_tools/circle/build_doc.sh
- save_cache:
key: v1-datasets-{{ .Branch }}
key: v2-datasets-{{ .Branch }}
paths:
- ~/scikit_learn_data
- store_artifacts:
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- checkout
- run: ./build_tools/circle/checkout_merge_commit.sh
- restore_cache:
key: v1-datasets-{{ .Branch }}-python2
key: v2-datasets-{{ .Branch }}-python2
- run: ./build_tools/circle/build_doc.sh
- save_cache:
key: v1-datasets-{{ .Branch }}-python2
key: v2-datasets-{{ .Branch }}-python2
paths:
- ~/scikit_learn_data
- store_artifacts:
Expand Down

0 comments on commit 4b651a9

Please sign in to comment.