We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c467cd commit 4267ea0Copy full SHA for 4267ea0
2 files changed
src/dev/ci_setup/.bazelrc-ci.common
@@ -4,8 +4,5 @@
4
# Don't be spammy in the logs
5
build --noshow_progress
6
7
-# Print all the options that apply to the build.
8
-# build --announce_rc
9
-
10
# More details on failures
11
build --verbose_failures=true
src/dev/ci_setup/setup_env.sh
@@ -190,6 +190,6 @@ echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY"
190
### make sure bazelisk is installed on CI
191
###
192
bazeliskVersion=$(head -n 1 "$KIBANA_DIR/.bazeliskversion")
193
-yarn global add "@bazel/bazelisk@${bazeliskVersion}"
+npm install -g "@bazel/bazelisk@${bazeliskVersion}"
194
195
export CI_ENV_SETUP=true
0 commit comments