abort artifact if plugin installation fails

Fixes #2186
This commit is contained in:
Joao Duarte 2014-12-05 15:23:51 +00:00 committed by Jordan Sissel
parent b21ab88885
commit c02f3ec35c

View file

@ -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"