Only jobs for one branch are allowed to use the same cache

This commit is contained in:
rinpatch 2018-11-29 12:20:47 +03:00
parent 36826b11a6
commit 72f038bdf2
1 changed files with 2 additions and 0 deletions

View File

@ -8,7 +8,9 @@ variables:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- deps
- _build