mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Make sure we're using git installed in gitlab-build-images
This commit is contained in:
@ -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`
|
||||
|
Reference in New Issue
Block a user