Skip to content

Commit

Permalink
Revert "[Elastic Logging Plugin] add dockerlogbeat to make release (e…
Browse files Browse the repository at this point in the history
…lastic#15359)" (elastic#15400)

This reverts commit be95f2d which added
the dockerlogbeat build process to the release process. It turns out that
this update prevents the x-pack artifacts built to be copied into the
`build/distributions/<project>` at the end of the build process, which
breaks the Unified Release worflow.

The team is working on a fix to integrate the Elastic Logging Plugin
artifact in the build release process without breaking the current workflow.

Co-authored-by: Julien Mailleret <[email protected]>
  • Loading branch information
mgreau and jmlrt authored Jan 8, 2020
1 parent 92b5dbd commit 92faab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ XPACK_SUFFIX=x-pack/
# PROJECTS_XPACK_PKG is a list of Beats that have independent packaging support
# in the x-pack directory (rather than having the OSS build produce both sets
# of artifacts). This will be removed once we complete the transition.
PROJECTS_XPACK_PKG=x-pack/auditbeat x-pack/dockerlogbeat x-pack/filebeat x-pack/metricbeat x-pack/winlogbeat
PROJECTS_XPACK_PKG=x-pack/auditbeat x-pack/filebeat x-pack/metricbeat x-pack/winlogbeat
# PROJECTS_XPACK_MAGE is a list of Beats whose primary build logic is based in
# Mage. For compatibility with CI testing these projects support a subset of the
# makefile targets. After all Beats converge to primarily using Mage we can
Expand Down

0 comments on commit 92faab7

Please sign in to comment.