Make sure we're using git installed in gitlab-build-images
This commit is contained in:
parent
5951320075
commit
d6fcdec52f
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue