wip: set custom cache key
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Joao P Dubas 2022-04-24 12:33:31 +00:00
parent 1e0388f4bb
commit fd9d732091

View File

@ -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