Skip to content

Commit

Permalink
[artifacts] Skip serverless build (#211954)
Browse files Browse the repository at this point in the history
https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/5579

This isn't needed in this pipeline, serverless builds are managed via
`.buildkite/scripts/steps/artifacts/docker_image.sh`
  • Loading branch information
jbudz authored Feb 26, 2025
1 parent 92cb380 commit 0eb08cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/artifacts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
source .buildkite/scripts/steps/artifacts/env.sh

echo "--- Build Kibana artifacts"
node scripts/build --all-platforms --debug --docker-cross-compile --skip-docker-fips "${BUILD_ARGS[@]}"
node scripts/build --all-platforms --debug --docker-cross-compile --skip-docker-fips --skip-docker-serverless --skip-cdn-assets "${BUILD_ARGS[@]}"

echo "--- Extract default i18n messages"
mkdir -p target/i18n
Expand Down

0 comments on commit 0eb08cc

Please sign in to comment.