• Stan Hu's avatar
    Fix `rake db:seed_fu` not doing anything in CI · ad88e3f8
    Stan Hu authored
    The default behavior of seed_fu is to load the fixtures using the RAILS_ENV
    environment.  In CI, since we set RAILS_ENV=test, nothing is ever
    loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up
    MySQL properly with limits.
    
    Closes #41517
    ad88e3f8
Validating GitLab CI configuration… Learn more