Cache gitlab-ci based on mix.lock
This commit is contained in:
parent
d9e782c180
commit
b9a99ac0d4
@ -8,7 +8,9 @@ variables: &global_variables
|
||||
MIX_ENV: test
|
||||
|
||||
cache: &global_cache_policy
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
key:
|
||||
files:
|
||||
- mix.lock
|
||||
paths:
|
||||
- deps
|
||||
- _build
|
||||
|
Loading…
Reference in New Issue
Block a user