added cache version to circle ci build config
parent
31d8ee2ab6
commit
0c62c0f470
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue