Commit 8ea64f96 authored by Rémy Coutable's avatar Rémy Coutable

ci: Install Gitaly gems even when Gitaly binaries are cached

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent be84e5fb
...@@ -18,6 +18,8 @@ class GitalyTestBuild ...@@ -18,6 +18,8 @@ class GitalyTestBuild
# If we have the binaries from the cache, we can skip building them again # If we have the binaries from the cache, we can skip building them again
if File.exist?(tmp_tests_gitaly_bin_dir) if File.exist?(tmp_tests_gitaly_bin_dir)
GitalySetup::LOGGER.debug "Gitaly binary already built. Skip building...\n" GitalySetup::LOGGER.debug "Gitaly binary already built. Skip building...\n"
# We still need to install the gems in that case
install_gitaly_gems
else else
abort 'gitaly build failed' unless build_gitaly abort 'gitaly build failed' unless build_gitaly
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment