wip: set custom cache key
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
1e0388f4bb
commit
fd9d732091
@ -22,7 +22,7 @@ steps:
|
||||
settings:
|
||||
archive_format: gzip
|
||||
backend: filesystem
|
||||
cache_key: volume
|
||||
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
||||
mount:
|
||||
- _build
|
||||
- deps
|
||||
@ -47,7 +47,7 @@ steps:
|
||||
settings:
|
||||
archive_format: gzip
|
||||
backend: filesystem
|
||||
cache_key: volume
|
||||
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
|
||||
mount:
|
||||
- _build
|
||||
- deps
|
||||
|
Loading…
x
Reference in New Issue
Block a user