This commit is contained in:
Kamil Trzcinski
2016-06-03 17:08:17 +02:00
parent 2494569d59
commit 3e61c8feb4
+1
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'