mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
* artifacts: omit openssl_pkcs8_pure specs from built artifacts (#13715)
* artifacts: omit openssl_pkcs8_pure specs from built artifacts
* Exclude _all_ top-level spec and test directories from built artifacts
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
(cherry picked from commit 0369ba208d
)
* Update releasenotes.asciidoc (#13701)
Fixed OS name. Ubuntu instead of Ununtu.
Co-authored-by: Cris da Rocha <cdarocha.astro@gmail.com>
This commit is contained in:
parent
fb68365e45
commit
6fe6bc1054
2 changed files with 5 additions and 1 deletions
|
@ -84,6 +84,10 @@ namespace "artifact" do
|
||||||
@exclude_paths << "bin/rspec"
|
@exclude_paths << "bin/rspec"
|
||||||
@exclude_paths << "bin/rspec.bat"
|
@exclude_paths << "bin/rspec.bat"
|
||||||
|
|
||||||
|
# vendored test/spec artifacts from upstream
|
||||||
|
@exclude_paths << 'vendor/**/gems/*/test/**/*'
|
||||||
|
@exclude_paths << 'vendor/**/gems/*/spec/**/*'
|
||||||
|
|
||||||
@exclude_paths
|
@exclude_paths
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue