This commit is contained in:
Kamil Trzcinski 2016-05-22 00:31:38 -05:00
parent 2494569d59
commit 3e61c8feb4
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ variables:
before_script:
- source ./scripts/prepare_build.sh
- cp config/gitlab.yml.example config/gitlab.yml
- bundle --version
#- 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'