Skip to content

Commit

Permalink
Turn off yard publish for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Feb 19, 2012
1 parent 8dd4054 commit f7d067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_tasks/yard.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ task :push_yard => :yard do
sh("ssh cukes.info 'cd /var/www/cucumber/api/ruby && rm -rf #{Cucumber::VERSION} && mkdir #{Cucumber::VERSION} && tar xzf api-#{Cucumber::VERSION}.tgz -C #{Cucumber::VERSION} && rm -f latest && ln -s #{Cucumber::VERSION} latest'")
end

task :release => :push_yard
#task :release => :push_yard

0 comments on commit f7d067a

Please sign in to comment.