Skip to content
Snippets Groups Projects
Commit cc5874ef authored by Marin Jankovski's avatar Marin Jankovski Committed by GitLab Release Tools Bot
Browse files

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

Stop using deprecated argument to `gem`

See merge request gitlab-org/gitlab-ce!24079

(cherry picked from commit a352a95e)

1854f142 Stop using deprecated argument to `gem`
parent 3060be7a
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