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

gitaly-test-build « scripts - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44d314009e232f462d559c9bbcf039d2730c818f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby

# This script assumes tmp/tests/gitaly already contains the correct
# Gitaly version. We just have to compile it and run its 'bundle
# install'. We have this separate script for that because weird things
# were happening in CI when we have a 'bundle exec' process that later
# called 'bundle install' using a different Gemfile, as happens with
# gitlab-ce and gitaly.

abort 'gitaly build failed' unless system('make', chdir: 'tmp/tests/gitaly')