added cache version to circle ci build config

pull/963/head
Scott Anderson 2020-04-22 11:36:46 -06:00
parent 31d8ee2ab6
commit 0c62c0f470
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- install-v1-{{ checksum ".circleci/config.yml" }} - install-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
- install-v1- - install-{{ .Environment.CACHE_VERSION }}-
- run: - run:
name: Make bin folder name: Make bin folder
command: mkdir -p $HOME/bin command: mkdir -p $HOME/bin