[demo env] Skip docker cloud build (#127459)

This commit is contained in:
Jonathan Budzenski 2022-03-10 10:03:17 -06:00 committed by GitHub
parent 9707679bc7
commit 1b50cfb087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-docker-ubi
node scripts/build --debug --docker-images --example-plugins --skip-docker-ubi --skip-docker-cloud --skip-docker-contexts
echo '--- Build Docker image with example plugins'
cd target/example_plugins