Sha256: c9e0fc3248c4e64cb72d929e67950bd52fca8d60a43bba26a4531f9af6858840

Contents?: true

Size: 683 Bytes

Versions: 47

Compression:

Stored size: 683 Bytes

Contents

deploy_tasks = %w(
  deploy
  deploy:check
  deploy:check:directories
  deploy:check:linked_dirs
  deploy:check:linked_files
  deploy:check:make_linked_dirs
  deploy:cleanup
  deploy:cleanup_rollback
  deploy:finished
  deploy:finishing
  deploy:finishing_rollback
  deploy:log_revision
  deploy:published
  deploy:publishing
  deploy:revert_release
  deploy:reverted
  deploy:reverting
  deploy:rollback
  deploy:set_current_revision
  deploy:started
  deploy:starting
  deploy:symlink:linked_dirs
  deploy:symlink:linked_files
  deploy:symlink:release
  deploy:symlink:shared
  deploy:updated
  deploy:updating
  install
)

deploy_tasks.each do |task|
  Rake::Task[task].clear
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
shiplane_bootstrappers_chef-0.2.31 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.30 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.29 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.28 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.27 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.26 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.25 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.24 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.23 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.22 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.21 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.20 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.19 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.18 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.17 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.16 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.15 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.14 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.13 lib/capistrano/tasks/clear_deploy_tasks.rake
shiplane_bootstrappers_chef-0.2.12 lib/capistrano/tasks/clear_deploy_tasks.rake