Skip to content

Commit faa174f

Browse files
author
Itxaka Serrano
committed
use retry for bundler
1 parent 0b075a7 commit faa174f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_gitlab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ git config --global user.email "example@example.com"
1919
git config --global core.autocrlf input
2020
sh -c "cat config/database.yml.postgresql | sed 's/password: \".*\"/password: "git"/g' > config/database.yml"
2121
chmod o-rwx config/database.yml
22-
bundle install -j4 --deployment --without development test mysql aws
22+
bundle install -j6 --retry --deployment --without development test mysql aws
2323
# install gitlab shell
2424
bundle exec rake gitlab:shell:install[v1.9.7] REDIS_URL=redis://localhost:6379 RAILS_ENV=production
2525
echo "yes" |bundle exec rake gitlab:setup RAILS_ENV=production

0 commit comments

Comments
 (0)