mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
fd621fe3d1
commit
d33fef90e4
1 changed files with 5 additions and 0 deletions
|
@ -252,4 +252,9 @@ namespace "vendor" do
|
|||
File.write(DONEFILE, Time.now.to_s)
|
||||
end # task gems
|
||||
task "all" => "gems"
|
||||
|
||||
desc 'Clean the vendored files'
|
||||
task :clean do
|
||||
FileUtils.rm_rf(vendor) if Dir.exist?(vendor)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue