Skip to content

Commit 010ebf0

Browse files
committed
Using the previous cache, add a new cache on top of it
1 parent 0e56dae commit 010ebf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,15 @@ jobs:
266266
keys:
267267
# NOTE: remove .Branch once it's ready
268268
{% raw %}
269-
- vector-cache-v3-{{ .Branch }}-{{ checksum ".circle-week" }}
269+
- vector-cache-v2-{{ .Branch }}-{{ checksum ".circle-week" }}
270270
{% endraw %}
271271
- run:
272272
name: Run tests
273273
# Downloading embedding vector takes long time.
274274
no_output_timeout: 30m
275-
command: .circleci/unittest/scripts/run_test.sh
275+
command: |
276+
rm -rf .data
277+
.circleci/unittest/scripts/run_test.sh
276278
- save_cache:
277279
# NOTE: remove .Branch once it's ready
278280
{% raw %}

0 commit comments

Comments
 (0)