18339: Move trash-sweep from background thread to controller action.
[arvados.git] / services / api / lib / tasks / config.rake
index e7d6ab4566b25e1a05031ad8185730d1c4e3aa8c..60672081557ffb40302065e2fe80547ce6a96862 100644 (file)
@@ -48,4 +48,9 @@ namespace :config do
     combined.update $remaining_config
     puts combined.to_yaml
   end
+
+  desc 'Legacy config check task -- it is a noop now'
+  task check: :environment do
+    # This exists so that build/rails-package-scripts/postinst.sh doesn't fail.
+  end
 end