Only jobs for one branch are allowed to use the same cache
This commit is contained in:
parent
36826b11a6
commit
72f038bdf2
@ -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 New Issue
Block a user