mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 09:46:03 -04:00
parent
3962b05aca
commit
c0db7f4350
2 changed files with 2 additions and 4 deletions
|
@ -28,6 +28,5 @@ unless defined?(LOGSTASH_CORE_PLUGIN_API)
|
||||||
end
|
end
|
||||||
|
|
||||||
unless defined?(LOGSTASH_CORE_VERSION)
|
unless defined?(LOGSTASH_CORE_VERSION)
|
||||||
# PACKAGE_SUFFIX is declared in the artifact namespace from artifacts.rake
|
LOGSTASH_CORE_VERSION = ALL_VERSIONS.fetch("logstash-core")
|
||||||
LOGSTASH_CORE_VERSION = defined?(PACKAGE_SUFFIX) ? "#{ALL_VERSIONS.fetch("logstash-core")}#{PACKAGE_SUFFIX}" : ALL_VERSIONS.fetch("logstash-core")
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -24,6 +24,5 @@ if !defined?(ALL_VERSIONS)
|
||||||
end
|
end
|
||||||
|
|
||||||
if !defined?(LOGSTASH_CORE_VERSION)
|
if !defined?(LOGSTASH_CORE_VERSION)
|
||||||
# PACKAGE_SUFFIX is declared in the artifact namespace from artifacts.rake
|
LOGSTASH_CORE_VERSION = ALL_VERSIONS.fetch("logstash-core")
|
||||||
LOGSTASH_CORE_VERSION = defined?(PACKAGE_SUFFIX) ? "#{ALL_VERSIONS.fetch("logstash-core")}#{PACKAGE_SUFFIX}" : ALL_VERSIONS.fetch("logstash-core")
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue