forked from AkkomaGang/akkoma
Cache gitlab-ci based on mix.lock
This commit is contained in:
parent
d9e782c180
commit
b9a99ac0d4
1 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,9 @@ variables: &global_variables
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
|
|
||||||
cache: &global_cache_policy
|
cache: &global_cache_policy
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key:
|
||||||
|
files:
|
||||||
|
- mix.lock
|
||||||
paths:
|
paths:
|
||||||
- deps
|
- deps
|
||||||
- _build
|
- _build
|
||||||
|
|
Loading…
Reference in a new issue