Commit 6c385b20 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-security-418' into 'master'

ci: Install Gitaly gems even when Gitaly binaries are cached

See merge request gitlab-org/gitlab!63983
parents 102e6724 8ea64f96
......@@ -18,6 +18,8 @@ class GitalyTestBuild
# If we have the binaries from the cache, we can skip building them again
if File.exist?(tmp_tests_gitaly_bin_dir)
GitalySetup::LOGGER.debug "Gitaly binary already built. Skip building...\n"
# We still need to install the gems in that case
install_gitaly_gems
else
abort 'gitaly build failed' unless build_gitaly
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