Allow empty Mysql password on CI

This commit is contained in:
Jacob Vosmaer 2016-01-22 12:53:00 +01:00
parent a4a4643765
commit 6c4961ae48
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ before_script:
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
spec:feature:
script:
- RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null