From 8637c8a96a957029ba5a046fe6f05686a9b191bb Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Mon, 4 Mar 2024 16:00:58 +0100 Subject: [PATCH] Fixed artifacts paths --- .../elastic-agent/pipeline.xpack.elastic-agent.package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.package.yml b/.buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.package.yml index cb5a766613ad..b9b8494d2356 100644 --- a/.buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.package.yml +++ b/.buildkite/x-pack/elastic-agent/pipeline.xpack.elastic-agent.package.yml @@ -100,4 +100,4 @@ steps: DRA_VERSION=$(buildkite-agent meta-data get DRA_VERSION --default "") export DRA_VERSION fi - .buildkite/scripts/steps/dra-publish.sh + .buildkite/x-pack/elastic-agent/scripts/steps/dra-publish.sh