BigW Consortium Gitlab

Commit 5dd9b330 by Gabriel Mazetto

Fix seed_fu for MySQL

parent 22078de8
......@@ -400,10 +400,9 @@ db:rollback-mysql:
<<: *except-docs
variables:
SIZE: "1"
SETUP_DB: "false"
script:
- cp -R db/fixtures/development db/fixtures/test
- bundle exec rake db:setup db:seed_fu
- bundle exec rake db:seed_fu
artifacts:
when: on_failure
expire_in: 1d
......
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