Skip to content

Commit

Permalink
[ci/cloud-deploy] Skip CDN assets build (elastic#170959)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jbudz committed Nov 9, 2023
1 parent 91c50c2 commit ce33484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/cloud/build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ce33484

Please sign in to comment.