ソースを参照

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

tags/v0.9.9
rinpatch 5年前
コミット
72f038bdf2
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      .gitlab-ci.yml

+ 2
- 0
.gitlab-ci.yml ファイルの表示

@@ -8,7 +8,9 @@ variables:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DB_HOST: postgres

cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- deps
- _build


読み込み中…
キャンセル
保存