Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2022-03-16 01:11:05 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2022-04-26 16:33:08 +0300
commit8c6baf2f54c07d5732d0571e3a52048cb4ceb41c (patch)
treedcdf9d308254906993fba5cc1541274375784fdf
parent027ba51b5f0030f7bcba026bd92173b3ae6c93f9 (diff)
CI: cache ruby dependencies for dbschema stepbrodock/cache-danger
CI's dbschema step was caching only C/Go compiled dependencies but missing ruby ones.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5dbd7077b..18e187f2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -262,6 +262,7 @@ dbschema:
stage: test
cache:
- *cache_deps_configuration
+ - *cache_gems_configuration
- *cache_go_configuration
services:
# The database version we use must match the version of `pg_dump` we have