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-05-02 09:22:53 +0300
commit5c419e5df9cb08413fee6bb200e435e6f4387acf (patch)
treedbf7920159439efd8bbcc948d9176abcab17f8e9
parent2c12592ea1be1c9cb97746591bc49aeb211d3c57 (diff)
CI: Cache ruby dependencies for dbschema step
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 e75f4669d..3aa32f29b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -261,6 +261,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