forked from AkkomaGang/akkoma
Only jobs for one branch are allowed to use the same cache
This commit is contained in:
parent
36826b11a6
commit
72f038bdf2
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ variables:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
DB_HOST: postgres
|
DB_HOST: postgres
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- deps
|
- deps
|
||||||
- _build
|
- _build
|
||||||
|
|
Loading…
Reference in a new issue