chore: don't load approximate cache before saving new version (#22827)
parent
91609fdd3f
commit
1b03f7ec35
|
@ -27,8 +27,9 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
# We save the cache from this one, so don't restore a cache with old junk and then save new stuff alongside.
|
||||
# Start either with the exact right cache, or completely fresh.
|
||||
- influxdb-cache-v1-{{ checksum "go.mod" }}
|
||||
- influxdb-cache-v1
|
||||
- run:
|
||||
name: Build source tarball
|
||||
command: |
|
||||
|
|
Loading…
Reference in New Issue