Skip to content

Commit

Permalink
Add relish:push task.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Mar 19, 2015
1 parent 73d5725 commit 57417d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions relish.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
desc 'Push features to relish'
task 'relish:push' do
if Kernel.const_defined?(:RELISH_PROJECT)
sh "relish push #{RELISH_PROJECT}"
else
$stderr.puts 'Relish is disabled'
end
end

0 comments on commit 57417d7

Please sign in to comment.