diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-21 23:34:54 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 17:08:17 +0200 |
commit | 1276bc6c069dca8410ec39ab880bf5a0b61eca9f (patch) | |
tree | ed6e6f27b2f3d0f7659346360ba4c988486e3774 /.gitlab-ci.yml | |
parent | f768d2ccd4506be132bf6903a22d5f5748dec24b (diff) | |
download | gitlab-ce-1276bc6c069dca8410ec39ab880bf5a0b61eca9f.tar.gz |
Test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3896c37c335..29359e935e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ variables: before_script: - source ./scripts/prepare_build.sh - cp config/gitlab.yml.example config/gitlab.yml - - retry gem install bundler --no-ri --no-rdoc + - retry gem install bundler - retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" - '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate' |