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

このコミットが含まれているのは:
rinpatch 2018-11-29 12:20:47 +03:00
コミット 72f038bdf2

ファイルの表示

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