diff options
Diffstat (limited to 'chef/Rakefile')
-rw-r--r-- | chef/Rakefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chef/Rakefile b/chef/Rakefile index 21ad2a869c..598dd4290a 100644 --- a/chef/Rakefile +++ b/chef/Rakefile @@ -57,15 +57,6 @@ task :uninstall do sh %{gem uninstall #{GEM_NAME} -x -v #{Chef::VERSION} } end -desc "Build it and ship it" -task :ship => [:clean, :gem] do - sh("git tag #{Chef::VERSION}") - sh("git push opscode --tags") - Dir[File.expand_path("../pkg/*.gem", __FILE__)].reverse.each do |built_gem| - sh("gem push #{built_gem}") - end -end - RONN_OPTS = "--manual='Chef Manual' --organization='Chef #{Chef::VERSION}' --date='#{Time.new.strftime('%Y-%m-%d')}'" namespace :docs do |