From ce33484da2fe40c116f181d39e70d2e5e81f3769 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 9 Nov 2023 10:18:58 -0600 Subject: [PATCH] [ci/cloud-deploy] Skip CDN assets build (#170959) The cloud deploy image is created using a resume build, relying on an existing kibana.tar.gz. The source files needed to build CDN assets are not available and this step is not needed. --- .buildkite/scripts/steps/cloud/build_and_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/scripts/steps/cloud/build_and_deploy.sh b/.buildkite/scripts/steps/cloud/build_and_deploy.sh index 40c223265856e2..9876ea52fdd3b6 100755 --- a/.buildkite/scripts/steps/cloud/build_and_deploy.sh +++ b/.buildkite/scripts/steps/cloud/build_and_deploy.sh @@ -37,6 +37,7 @@ else --skip-generic-folders \ --skip-platform-folders \ --skip-archives \ + --skip-cdn-assets \ --docker-images \ --docker-tag-qualifier="$GIT_COMMIT" \ --docker-push \