chore: don't load approximate cache before saving new version (#22827)
parent
91609fdd3f
commit
1b03f7ec35
|
@ -27,8 +27,9 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
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-{{ checksum "go.mod" }}
|
||||||
- influxdb-cache-v1
|
|
||||||
- run:
|
- run:
|
||||||
name: Build source tarball
|
name: Build source tarball
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue