diff options
author | rinpatch <rinpatch@sdf.org> | 2018-11-29 12:20:47 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2018-11-29 12:20:47 +0300 |
commit | 72f038bdf27d088556b9dd400423fe3c5e36fbe6 (patch) | |
tree | 35e11d781084ce814f2d20cdd4a5af6c94608ecc | |
parent | 36826b11a6cedad942823cea81a71566313ba910 (diff) | |
download | pleroma-72f038bdf27d088556b9dd400423fe3c5e36fbe6.tar.gz pleroma-72f038bdf27d088556b9dd400423fe3c5e36fbe6.zip |
Only jobs for one branch are allowed to use the same cache
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 154bc758b..7c240d9f1 100644 --- a/.gitlab-ci.yml +++ b/.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 |