Merge branch 'enable-ci-cache' into 'develop'
[CI] Enable CI caching for _build and deps See merge request pleroma/pleroma!482
This commit is contained in:
commit
c86d14a84d
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ variables:
|
|||
POSTGRES_PASSWORD: postgres
|
||||
DB_HOST: postgres
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- deps
|
||||
- _build
|
||||
stages:
|
||||
- lint
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue