Skip to content

Commit

Permalink
make the package:build-cache rake task use the pluginmanager package …
Browse files Browse the repository at this point in the history
…command
  • Loading branch information
Pere Urbon-Bayes committed Jun 9, 2015
1 parent ee7c6be commit 7731c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/package.rake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace "package" do

task "build-cache" do
require "bootstrap/environment"
LogStash::Bundler.invoke!({:package => true, :all => true})
system("bin/plugin", "package")
raise(RuntimeError, $!.to_s) unless $?.success?
end

desc "Build a package with the default plugins, including dependencies, to be installed offline"
Expand Down

0 comments on commit 7731c4a

Please sign in to comment.