Commit f768d2cc authored by Kamil Trzcinski's avatar Kamil Trzcinski

add bundler

parent e77c7116
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment