Make sure we're using git installed in gitlab-build-images

This commit is contained in:
Lin Jen-Shin 2017-11-22 23:41:24 +08:00
parent 5951320075
commit d6fcdec52f

View file

@ -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`