chore: don't load approximate cache before saving new version (#22827)

pull/22834/head
Sam Arnold 2021-11-05 11:51:12 -04:00 committed by GitHub
parent 91609fdd3f
commit 1b03f7ec35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: |