From 20c3247deabb30c772e50b268ba013900f37d87e Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 30 Dec 2024 17:03:51 -0600 Subject: [PATCH] [ci] Fix cache trigger for package registry (#205304) Same bug as https://github.com/elastic/kibana/pull/199644. This implementation PR was stale and I didn't bring the fix over. --- .buildkite/scripts/steps/fleet/promote_package_registry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/scripts/steps/fleet/promote_package_registry.sh b/.buildkite/scripts/steps/fleet/promote_package_registry.sh index c5906bf774725..5fa62369cfa87 100755 --- a/.buildkite/scripts/steps/fleet/promote_package_registry.sh +++ b/.buildkite/scripts/steps/fleet/promote_package_registry.sh @@ -14,8 +14,8 @@ steps: async: true build: env: - IMAGES_CONFIG="kibana/images.yml" - RETRY="1" + IMAGES_CONFIG: "kibana/images.yml" + RETRY: "1" EOF else echo "Skipping promotion for untracked branch $BUILDKITE_BRANCH"