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:
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fa2a5798e..cac952d1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -251,13 +251,16 @@ test:praefect_smoke:
- ./_build/bin/praefect -config config.praefect.toml sql-migrate
verify:
- needs: [ build ] # this job timeouts if the caches are not in place from the build step
+ needs: []
stage: test
cache:
- *cache_deps_configuration
- *cache_gems_configuration
- *cache_go_configuration
script:
+ # Download the dependencies in case there was no cache hit, otherwise
+ # golang-ci lint will timeout downloading them.
+ - go mod download
- make -j$(nproc) verify
artifacts:
paths: