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_PASSWORD: postgres
|
||||
DB_HOST: postgres
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
paths:
|
||||
- deps
|
||||
- _build
|
||||
|
|
Loading…
Reference in New Issue