Don't install knapsack

This commit is contained in:
Kamil Trzcinski 2016-06-06 12:17:37 +02:00
parent f5f65d6913
commit 72947148e5
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ before_script:
- cp config/gitlab.yml.example config/gitlab.yml
- bundle --version
- '[ "$USE_BUNDLE_INSTALL" != "true" ] || retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"'
- retry gem install knapsack
- '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate'
stages: