Browse Source

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

tags/v0.9.9
rinpatch 5 years ago
parent
commit
72f038bdf2
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .gitlab-ci.yml

+ 2
- 0
.gitlab-ci.yml 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


Loading…
Cancel
Save