File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ source .buildkite/scripts/common/util.sh
66source .buildkite/scripts/common/setup_bazel.sh
77
88echo " --- yarn install and bootstrap"
9- if ! yarn kbn bootstrap; then
9+ if ! ( yarn kbn bootstrap || yarn kbn bootstrap) ; then
1010 echo " bootstrap failed, trying again in 15 seconds"
1111 sleep 15
1212
@@ -15,7 +15,7 @@ if ! yarn kbn bootstrap; then
1515 rm -rf node_modules
1616
1717 echo " --- yarn install and bootstrap, attempt 2"
18- yarn kbn bootstrap --force-install
18+ yarn kbn bootstrap --force-install || yarn kbn bootstrap
1919fi
2020
2121if [[ " $DISABLE_BOOTSTRAP_VALIDATION " != " true" ]]; then
@@ -31,4 +31,4 @@ if [[ "${BUILD_TS_REFS_CACHE_CAPTURE:-}" == "true" ]]; then
3131 " $KIBANA_DIR /.buildkite/scripts/common/activate_service_account.sh" gs://kibana-ci-ts-refs-cache
3232 gsutil cp " *.zip" ' gs://kibana-ci-ts-refs-cache/'
3333 cd " $KIBANA_DIR "
34- fi
34+ fi
You can’t perform that action at this time.
0 commit comments