Skip to content

Instantly share code, notes, and snippets.

@kimpepper
Created October 12, 2012 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimpepper/3876661 to your computer and use it in GitHub Desktop.
Save kimpepper/3876661 to your computer and use it in GitHub Desktop.
namespace :drush do
desc "Don't run Drupal database migrations"
task :updatedb, :on_error => :continue do
# no-op
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment