Skip to content

Set RAILS_ENV: development for housekeeper job

Dylan Griffith requested to merge housekeeper-rails-env-development into master

This overrides the RAILS_ENV: test set at the top of this file. That is because housekeeper fails to run in test env due to webmock blocking HTTP requests (see https://ops.gitlab.net/gitlab-com/database-team/gitlab-com-database-testing/-/jobs/13733283 ) . As such we need to override it.

Merge request reports