aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2018-11-29 12:20:47 +0300
committerrinpatch <rinpatch@sdf.org>2018-11-29 12:20:47 +0300
commit72f038bdf27d088556b9dd400423fe3c5e36fbe6 (patch)
tree35e11d781084ce814f2d20cdd4a5af6c94608ecc
parent36826b11a6cedad942823cea81a71566313ba910 (diff)
downloadpleroma-72f038bdf27d088556b9dd400423fe3c5e36fbe6.tar.gz
Only jobs for one branch are allowed to use the same cache
-rw-r--r--.gitlab-ci.yml2
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