added cache version to circle ci build config
parent
31d8ee2ab6
commit
0c62c0f470
|
@ -10,8 +10,8 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- install-v1-{{ checksum ".circleci/config.yml" }}
|
||||
- install-v1-
|
||||
- install-{{ .Environment.CACHE_VERSION }}-{{ checksum ".circleci/config.yml" }}
|
||||
- install-{{ .Environment.CACHE_VERSION }}-
|
||||
- run:
|
||||
name: Make bin folder
|
||||
command: mkdir -p $HOME/bin
|
||||
|
|
Loading…
Reference in New Issue