We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b075a7 commit faa174fCopy full SHA for faa174f
scripts/install_gitlab.sh
@@ -19,7 +19,7 @@ git config --global user.email "example@example.com"
19
git config --global core.autocrlf input
20
sh -c "cat config/database.yml.postgresql | sed 's/password: \".*\"/password: "git"/g' > config/database.yml"
21
chmod o-rwx config/database.yml
22
-bundle install -j4 --deployment --without development test mysql aws
+bundle install -j6 --retry --deployment --without development test mysql aws
23
# install gitlab shell
24
bundle exec rake gitlab:shell:install[v1.9.7] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
25
echo "yes" |bundle exec rake gitlab:setup RAILS_ENV=production
0 commit comments