ci: Bump cache version to flush cache

This commit is contained in:
Mike Welsh 2019-10-30 11:09:31 -07:00
parent 63be104739
commit a14b3ad587
1 changed files with 9 additions and 9 deletions

View File

@ -15,8 +15,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v1-cargo-cache-linux-{{ .Revision }} - v2-cargo-cache-linux-{{ .Revision }}
- v1-cargo-cache-linux- - v2-cargo-cache-linux-
# Install dependencies # Install dependencies
- run: - run:
@ -87,7 +87,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v1-cargo-cache-linux-{{ .Revision }} key: v2-cargo-cache-linux-{{ .Revision }}
paths: paths:
- "/usr/local/cargo/registry" - "/usr/local/cargo/registry"
- "./target" - "./target"
@ -111,8 +111,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v1-cargo-cache-osx-{{ .Revision }} - v2-cargo-cache-osx-{{ .Revision }}
- v1-cargo-cache-osx- - v2-cargo-cache-osx-
# Install dependencies # Install dependencies
- run: - run:
@ -143,7 +143,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v1-cargo-cache-osx-{{ .Revision }} key: v2-cargo-cache-osx-{{ .Revision }}
paths: paths:
- "~/.cargo/registry" - "~/.cargo/registry"
- "./target" - "./target"
@ -166,8 +166,8 @@ jobs:
# Restore cached assets (cargo registry) # Restore cached assets (cargo registry)
- restore_cache: - restore_cache:
keys: keys:
- v1-cargo-cache-windows-{{ .Revision }} - v2-cargo-cache-windows-{{ .Revision }}
- v1-cargo-cache-windows- - v2-cargo-cache-windows-
# Install dependencies # Install dependencies
- run: - run:
@ -203,7 +203,7 @@ jobs:
# Save cached assets # Save cached assets
- save_cache: - save_cache:
key: v1-cargo-cache-windows-{{ .Revision }} key: v2-cargo-cache-windows-{{ .Revision }}
paths: paths:
- c:\users\circleci\.cargo\registry - c:\users\circleci\.cargo\registry
- target - target