add bundler
This commit is contained in:
parent
e77c7116cc
commit
f768d2ccd4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +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 bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
|
||||
- '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate'
|
||||
|
||||
|
|
Loading…
Reference in a new issue