From 24990dd40fa845e2fa419adbff06a6737c3a97ee Mon Sep 17 00:00:00 2001 From: Pavel Zorin Date: Fri, 19 Jul 2024 13:33:27 +0200 Subject: [PATCH] [CI] Fix packaging permissions --- .buildkite/pipeline.elastic-agent-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.elastic-agent-package.yml b/.buildkite/pipeline.elastic-agent-package.yml index 3922afce1ad..2d1491b80de 100644 --- a/.buildkite/pipeline.elastic-agent-package.yml +++ b/.buildkite/pipeline.elastic-agent-package.yml @@ -1,8 +1,8 @@ # yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json env: DOCKER_REGISTRY: "docker.elastic.co" - SETUP_GVM_VERSION: "v0.5.0" # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 - SETUP_MAGE_VERSION: "1.14.0" + SETUP_GVM_VERSION: 'v0.5.0' # https://github.com/andrewkroh/gvm/issues/44#issuecomment-1013231151 + SETUP_MAGE_VERSION: '1.14.0' # this is required in order to allow the build process to override the default PWD of the BEAT_NAME. BEAT_NAME: "elastic-agent" # after moving elastic-agent out of beats, we should update the URL of the packaging.