mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- build logstash-lite
This commit is contained in:
parent
597a89a7e8
commit
081a9a7282
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -38,10 +38,13 @@ end
|
|||
|
||||
task :package do
|
||||
system("gem build logstash.gemspec")
|
||||
system("gem build logstash-lite.gemspec")
|
||||
end
|
||||
|
||||
task :publish do
|
||||
latest_gem = %x{ls -t logstash*.gem}.split("\n").first
|
||||
system("gem push #{latest_gem}")
|
||||
latest_lite_gem = %x{ls -t logstash-lite*.gem}.split("\n").first
|
||||
system("gem push #{latest_lite_gem}")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue