Skip to content

Commit

Permalink
Don't skip os packages (elastic#121568) (elastic#121573)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Seeders <[email protected]>
  • Loading branch information
kibanamachine and brianseeders authored Dec 17, 2021
1 parent 0653947 commit b093830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/demo_env/kibana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "$(dirname "${0}")/config.sh"
export KIBANA_IMAGE="gcr.io/elastic-kibana-184716/demo/kibana:$DEPLOYMENT_NAME-$(git rev-parse HEAD)"

echo '--- Build Kibana'
node scripts/build --debug --docker-images --example-plugins --skip-os-packages --skip-docker-ubi
node scripts/build --debug --docker-images --example-plugins --skip-docker-ubi

echo '--- Build Docker image with example plugins'
cd target/example_plugins
Expand Down

0 comments on commit b093830

Please sign in to comment.