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:
authorLin Jen-Shin <godfat@godfat.org>2017-11-22 18:41:24 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-11-23 13:26:41 +0300
commitd6fcdec52f795f59526c5908349e918d499da2b3 (patch)
treea33b5bff81b495a06d4e815777a0a03b5846ead8 /scripts
parent5951320075759ae8ec1f73b37ced10fc484f428f (diff)
Make sure we're using git installed in gitlab-build-images
Diffstat (limited to 'scripts')
-rw-r--r--scripts/prepare_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh
index 36bcf087cd9..ea406aadf39 100644
--- a/scripts/prepare_build.sh
+++ b/scripts/prepare_build.sh
@@ -14,6 +14,7 @@ fi
retry gem install knapsack
cp config/gitlab.yml.example config/gitlab.yml
+sed -i 's/bin_path: \/usr\/bin\/git/bin_path: \/usr\/local\/bin\/git/' config/gitlab.yml
# Determine the database by looking at the job name.
# For example, we'll get pg if the job is `rspec-pg 19 20`