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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-27 21:13:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-27 21:13:16 +0300
commit4c5b7f992f2ee3134409559e35350748425fb467 (patch)
treeedabd5b6b177a0f982d27ecddd45de9dccbe6186 /scripts/gitaly-test-build
parentf50cb4f63fae6f02a0b8d9c3a95f29b3b4f79516 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/gitaly-test-build')
-rwxr-xr-xscripts/gitaly-test-build2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/gitaly-test-build b/scripts/gitaly-test-build
index e6afadccc7e..adc9b56ca4f 100755
--- a/scripts/gitaly-test-build
+++ b/scripts/gitaly-test-build
@@ -13,8 +13,6 @@ class GitalyTestBuild
include GitalySetup
def run
- set_bundler_config
-
# 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"