summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-15 18:02:25 +0200
committerRémy Coutable <remy@rymai.me>2016-04-15 18:02:25 +0200
commit02d93192e25c9d9728593893d44337e97302883c (patch)
treea4cc3df9accdb7f6fbc26c89e2ead0f3b16f50d9
parentc795ef079cde695080ef34444899b77127db6075 (diff)
downloadgitlab-ce-bundler-retry.tar.gz
Use Bundler's retry option instead of our retry scriptbundler-retry
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1dc49ca336d..f2aab9d062c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ before_script:
- cp config/gitlab.yml.example config/gitlab.yml
- touch log/application.log
- touch log/test.log
- - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
+ - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" --retry 3
- RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate
stages: