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:
authorJacob Vosmaer <jacob@gitlab.com>2018-05-08 17:12:01 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-05-08 17:12:01 +0300
commit100e279fffe9b4e1d8ad5131148299939e174fa8 (patch)
tree702d78f146977467f650a44d1d8884444ed9b22d
parent1aaec66e4034a93e026c0f3f8210dab08311e763 (diff)
Try bundle list
-rwxr-xr-xscripts/gitaly-test-build2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gitaly-test-build b/scripts/gitaly-test-build
index 2648fae628d..1d7b37350aa 100755
--- a/scripts/gitaly-test-build
+++ b/scripts/gitaly-test-build
@@ -17,6 +17,8 @@ abort 'gitaly build failed' unless system(env, 'make', chdir: tmp_tests_gitaly_d
# Bundle config sanity check, for visual inspection in case of problems.
system(env, 'bundle', 'config', chdir: File.dirname(gemfile))
+system(env, 'bundle', 'list', chdir: File.dirname(gemfile))
+
check_gitaly_config!
# Make the 'gitaly' executable look newer than 'GITALY_SERVER_VERSION'.