Skip to content

Remove the `auto_deploy` flag and the `check_enabled` task

Robert Speicher requested to merge rs-remove-auto-deploy-flag into master

In theory we had this as an option to completely halt all auto-deploy processes. In reality we've never needed this, and have other controls to disable specific parts of the process, such as labeling, environment variables, and disabling specific scheduled tasks.

Removing this simplifies the Rake tasks and allows us to remove a feature flag definition.

Merge request reports