diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-11-29 09:34:46 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2018-11-29 09:34:46 +0000 |
commit | c86d14a84d075507eb3232a0356226146d6d715f (patch) | |
tree | 35e11d781084ce814f2d20cdd4a5af6c94608ecc | |
parent | 73101c1fc1d8903bb002b920766a825e2f5434d4 (diff) | |
parent | 72f038bdf27d088556b9dd400423fe3c5e36fbe6 (diff) | |
download | pleroma-c86d14a84d075507eb3232a0356226146d6d715f.tar.gz pleroma-c86d14a84d075507eb3232a0356226146d6d715f.zip |
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.yml | 5 |
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 |