aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-11-29 09:34:46 +0000
committerlambda <pleromagit@rogerbraun.net>2018-11-29 09:34:46 +0000
commitc86d14a84d075507eb3232a0356226146d6d715f (patch)
tree35e11d781084ce814f2d20cdd4a5af6c94608ecc
parent73101c1fc1d8903bb002b920766a825e2f5434d4 (diff)
parent72f038bdf27d088556b9dd400423fe3c5e36fbe6 (diff)
downloadpleroma-c86d14a84d075507eb3232a0356226146d6d715f.tar.gz
Merge branch 'enable-ci-cache' into 'develop'
[CI] Enable CI caching for _build and deps See merge request pleroma/pleroma!482
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c28468cd4..7c240d9f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,11 @@ variables:
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
+cache:
+ key: ${CI_COMMIT_REF_SLUG}
+ paths:
+ - deps
+ - _build
stages:
- lint
- test