This commit is contained in:
Kamil Trzcinski 2016-05-21 23:34:54 -05:00
parent f768d2ccd4
commit 1276bc6c06
1 changed files with 1 additions and 1 deletions

View File

@ -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'