Skip to content

Commit

Permalink
abort artifact if plugin installation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored and jordansissel committed Dec 5, 2014
1 parent b21ab88 commit c02f3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/plugin.rake
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ namespace "plugin" do
end
ENV['GEM_PATH'] = gem_path
ENV['GEM_HOME'] = gem_home
raise RuntimeError, $!.to_s unless $?.success?
end
end # namespace "plugin"

0 comments on commit c02f3ec

Please sign in to comment.