mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[demo env] Skip docker cloud build (#127459)
This commit is contained in:
parent
9707679bc7
commit
1b50cfb087
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue