From 8c788dc779557015f5fe9d6ff547482e0a09ac71 Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Thu, 21 Mar 2024 19:25:16 +0100 Subject: [PATCH] Update .buildkite/x-pack/elastic-agent/scripts/steps/build-agent-core.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paolo ChilĂ  --- .../x-pack/elastic-agent/scripts/steps/build-agent-core.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/x-pack/elastic-agent/scripts/steps/build-agent-core.sh b/.buildkite/x-pack/elastic-agent/scripts/steps/build-agent-core.sh index 02c8dbb5fd3b..aef2174bba05 100755 --- a/.buildkite/x-pack/elastic-agent/scripts/steps/build-agent-core.sh +++ b/.buildkite/x-pack/elastic-agent/scripts/steps/build-agent-core.sh @@ -14,7 +14,8 @@ if [ "$DRA_WORKFLOW" == "snapshot" ]; then fi SNAPSHOT=$SNAPSHOT mage -d x-pack/elastic-agent packageAgentCore -chmod -R 777 x-pack/elastic-agent/build/distributions +chmod 777 x-pack/elastic-agent/build/distributions +chmod 664 x-pack/elastic-agent/build/distributions/* echo "+++ Generate dependencies report" ./dev-tools/dependencies-report