Skip to content
Snippets Groups Projects
Commit ee33bcba authored by Marin Jankovski's avatar Marin Jankovski Committed by Stan Hu
Browse files

Merge branch 'fix-prepare-build-script' into 'master'

Stop using deprecated argument to `gem`

See merge request gitlab-org/gitlab-ce!24079
parent 837a61be
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@ fi
 
# Only install knapsack after bundle install! Otherwise oddly some native
# gems could not be found under some circumstance. No idea why, hours wasted.
retry gem install knapsack --no-ri --no-rdoc
retry gem install knapsack --no-document
 
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment