Commit a352a95e authored by Marin Jankovski's avatar Marin Jankovski

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

Stop using deprecated argument to `gem`

See merge request gitlab-org/gitlab-ce!24079
parents 102c1870 1854f142
......@@ -10,7 +10,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment