Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Remove old task
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 8, 2012
1 parent 8902f1c commit d2d30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :release do
desc 'Upload all packages and tag git'
task :ALL => ['gems:sanity', 'ikvm:check', :mvn_deploy_jar, :mvn_deploy_site, :push_native_gems, :push_npm_package, 'ikvm:push', :release, 'api:doc', :post_release]
task :ALL => ['gems:sanity', 'ikvm:check', :mvn_deploy_jar, :push_native_gems, :push_npm_package, 'ikvm:push', :release, 'api:doc', :post_release]

desc 'Push all gems to rubygems.org'
task :push_native_gems do
Expand Down

0 comments on commit d2d30f7

Please sign in to comment.