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

stable
rinpatch 6 years ago
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…
Cancel
Save